Newman Run Dashboard

Wednesday, 28 January 2026 07:27:13
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 48.4s
Total data received: 4.46MB
Average response time: 286ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 494 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 494ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2deb9dea-1fbb-46c9-b49a-4c37d48f3dbd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-2Esdv2kzzfsBqCMPw2sTEA2bvpw"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 494 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 240ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c40c4790-89d7-4973-aff4-cee1ebbdba59
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 237ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0cb3b9bf-13ed-497f-a84c-4decc9e7639b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3dd44e5f-b938-4e83-a234-34467d1c3e17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42f5bfd9-9e53-4eba-8a43-8c97655d631e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 237ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 09d5de8f-352d-4abf-b4ed-a738da34e7bf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2cf0d8e6-30b5-4f8f-8753-7b4b0518ab71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-THIaQlRXhyYBT5C8wBmrEj9slK0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":555},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 237ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b13f5f26-121a-43d1-b2bb-1b9e2f34680a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10f5c717-5f33-4ad3-b8a9-ece14c8b7c81
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-THIaQlRXhyYBT5C8wBmrEj9slK0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":555},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26b767b8-821e-4bb3-af9f-244f5c312f96
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d640f845-ae37-439e-80c3-11a98586a4c8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ec0a85cf-723e-4fdd-8cf0-6bb9428ba6dd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 311ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
randomnumber 555
randomFirstName Christina
randomLastName Borer
randomEmail Dominic_Ruecker@yahoo.com
randomPhone 472-566-7327
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 860b68d6-ce33-450d-bc09-482c0331e332
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1049
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Malcolm",
                "last_name": "Borer",
                "mobile_number": "379-781-0454",
                "mobile_number_alt": "",
                "email_id": "Stephon20@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"39900387719048",
                "imei1": "39900387719048",
                "imei2": "39900387719048",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-5nYqfW1EqZzQsAg1ARexkXAgf2o"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":169363,"tr_customer_product_id":169353,"job_number":"JOB_169346"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 237ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
randomnumber 542
randomFirstName Nicholas
randomLastName Wyman
randomEmail Antwan59@gmail.com
randomPhone 547-619-2969
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a0615157-6e46-4b18-8218-cfb93b4e70a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Nathanial",
                "last_name": "O'Keefe",
                "mobile_number": "709-589-9575",
                "mobile_number_alt": "",
                "email_id": "Gennaro.Cole54@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"24282148423370",
                "imei1": "24282148423370",
                "imei2": "24282148423370",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 106
randomFirstName Pamela
randomLastName Mills
randomEmail Ezequiel.Marvin28@gmail.com
randomPhone 538-848-4789
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8d40ca79-373c-49aa-bf98-936902452668
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Barrett",
                "last_name": "Feeney",
                "mobile_number": "975-706-0651",
                "mobile_number_alt": "",
                "email_id": "Max.Greenholt@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"98716921612051",
                "imei1": "98716921612051",
                "imei2": "98716921612051",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 236ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
randomnumber 893
randomFirstName Marcelo
randomLastName Sipes
randomEmail Arnold.Farrell86@yahoo.com
randomPhone 788-478-9922
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 332450e0-9566-438a-90f5-373a182675ed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 237ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
randomnumber 842
randomFirstName Sherwood
randomLastName Durgan
randomEmail Erika_Schmidt76@gmail.com
randomPhone 943-329-4020
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 808c391c-902c-46c7-9484-7ecf50a188f4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1044
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Spencer",
                "last_name": "Connelly",
                "mobile_number": "203-350-6578",
                "mobile_number_alt": "",
                "email_id": "Jillian_Deckow80@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000870",
                "imei1": "100000870",
                "imei2": "100000870",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 237ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
randomnumber 111
randomFirstName Hunter
randomLastName Stroman
randomEmail Deshawn37@gmail.com
randomPhone 893-694-2816
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 404f3296-43e2-4b07-8831-299e877519b9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 40040712-103b-49a8-a5b5-8e288318de84
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-RW3UR/T5uvKLHtJOk39CIg0Envk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":556},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 845ms
Mean size per request: 539.67KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1f08c9de-32b5-475d-93b9-bbce2b84a3b7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"86eb3-msRaMVAnQr7hlq8Onb5xejhRWRI"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169333,"job_number":"JOB_169333","tr_customer_id":169350,"tr_customer_product_id":169340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:22.000Z","modified_at":"2026-01-28T07:20:30.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16550353033710","imei1":"16550353033710","imei2":"16550353033710","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169332,"job_number":"JOB_169332","tr_customer_id":169349,"tr_customer_product_id":169339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:11.000Z","modified_at":"2026-01-28T07:20:18.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"12953321675937","imei1":"12953321675937","imei2":"12953321675937","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169331,"job_number":"JOB_169331","tr_customer_id":169348,"tr_customer_product_id":169338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:11.000Z","modified_at":"2026-01-28T07:17:18.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15042754541625","imei1":"15042754541625","imei2":"15042754541625","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169330,"job_number":"JOB_169330","tr_customer_id":169347,"tr_customer_product_id":169337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:02.000Z","modified_at":"2026-01-28T07:17:09.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"10603145484641","imei1":"10603145484641","imei2":"10603145484641","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169317,"job_number":"JOB_169317","tr_customer_id":169334,"tr_customer_product_id":169324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:51.000Z","modified_at":"2026-01-28T07:05:28.000Z","name":"Narciso Cassin","mobile_number":"924-657-5140","email_id":"Oma.Haag@hotmail.com","dop":"2025-04-06","serial_number":"14351024844647","imei1":"14351024844647","imei2":"14351024844647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:05:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169315,"job_number":"JOB_169315","tr_customer_id":169332,"tr_customer_product_id":169322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:08.000Z","modified_at":"2026-01-28T07:04:45.000Z","name":"Katarina Hegmann","mobile_number":"750-968-3211","email_id":"Ed_Weber42@hotmail.com","dop":"2025-04-06","serial_number":"17441403306730","imei1":"17441403306730","imei2":"17441403306730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169313,"job_number":"JOB_169313","tr_customer_id":169330,"tr_customer_product_id":169320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:24.000Z","modified_at":"2026-01-28T07:04:01.000Z","name":"Jazmyne Herzog","mobile_number":"704-921-0767","email_id":"Madelyn.Kemmer@yahoo.com","dop":"2025-04-06","serial_number":"19474781603369","imei1":"19474781603369","imei2":"19474781603369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169298,"job_number":"JOB_169298","tr_customer_id":169315,"tr_customer_product_id":169305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:52:14.000Z","name":"Margret Raynor","mobile_number":"778-751-6143","email_id":"Alexandrine_Kozey16@hotmail.com","dop":"2026-01-04","serial_number":"19680175662439","imei1":"19680175662439","imei2":"19680175662439","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169295,"job_number":"JOB_169295","tr_customer_id":169312,"tr_customer_product_id":169302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:52:02.000Z","name":"Makenna Lind","mobile_number":"626-541-5557","email_id":"Cordelia.Langworth29@yahoo.com","dop":"2025-04-06","serial_number":"17859336830099","imei1":"17859336830099","imei2":"17859336830099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169292,"job_number":"JOB_169292","tr_customer_id":169309,"tr_customer_product_id":169299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:49.000Z","modified_at":"2026-01-28T06:51:27.000Z","name":"Garnet Huel","mobile_number":"344-909-3921","email_id":"Eloisa.Considine@gmail.com","dop":"2026-01-04","serial_number":"10805605591895","imei1":"10805605591895","imei2":"10805605591895","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169289,"job_number":"JOB_169289","tr_customer_id":169306,"tr_customer_product_id":169296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:51:10.000Z","name":"Bradly Hilll","mobile_number":"242-938-7074","email_id":"Hillard_Schiller@hotmail.com","dop":"2025-04-06","serial_number":"16836325023930","imei1":"16836325023930","imei2":"16836325023930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169286,"job_number":"JOB_169286","tr_customer_id":169303,"tr_customer_product_id":169293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:41.000Z","name":"Jonatan Bartoletti","mobile_number":"293-358-2562","email_id":"Aisha.Lind@hotmail.com","dop":"2026-01-04","serial_number":"15057345729769","imei1":"15057345729769","imei2":"15057345729769","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169283,"job_number":"JOB_169283","tr_customer_id":169300,"tr_customer_product_id":169290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:38.000Z","modified_at":"2026-01-28T06:50:19.000Z","name":"Tyshawn Hauck","mobile_number":"949-831-1616","email_id":"Daisy69@hotmail.com","dop":"2025-04-06","serial_number":"19105547039204","imei1":"19105547039204","imei2":"19105547039204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169281,"job_number":"JOB_169281","tr_customer_id":169298,"tr_customer_product_id":169288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:50:17.000Z","name":"Dale Grant","mobile_number":"400-750-3554","email_id":"Glen49@gmail.com","dop":"2025-04-06","serial_number":"10699011076598","imei1":"10699011076598","imei2":"10699011076598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169278,"job_number":"JOB_169278","tr_customer_id":169295,"tr_customer_product_id":169285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:22.000Z","modified_at":"2026-01-28T06:46:00.000Z","name":"Russel Purdy","mobile_number":"830-591-8160","email_id":"Maybelle.Rath@yahoo.com","dop":"2025-04-06","serial_number":"14807027129681","imei1":"14807027129681","imei2":"14807027129681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169275,"job_number":"JOB_169275","tr_customer_id":169292,"tr_customer_product_id":169282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:06.000Z","modified_at":"2026-01-28T06:45:48.000Z","name":"Joe White","mobile_number":"699-481-1057","email_id":"Cory_Schroeder@yahoo.com","dop":"2025-04-06","serial_number":"10743613750651","imei1":"10743613750651","imei2":"10743613750651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169273,"job_number":"JOB_169273","tr_customer_id":169290,"tr_customer_product_id":169280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:36.000Z","modified_at":"2026-01-28T06:45:14.000Z","name":"Alvina Brekke","mobile_number":"433-201-3322","email_id":"Arvid_Brakus28@yahoo.com","dop":"2025-04-06","serial_number":"12541156129369","imei1":"12541156129369","imei2":"12541156129369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169270,"job_number":"JOB_169270","tr_customer_id":169287,"tr_customer_product_id":169277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:58.000Z","name":"Frederik Terry","mobile_number":"661-243-3671","email_id":"Chanelle.Kub@yahoo.com","dop":"2025-04-06","serial_number":"16954217805864","imei1":"16954217805864","imei2":"16954217805864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169267,"job_number":"JOB_169267","tr_customer_id":169284,"tr_customer_product_id":169274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:07.000Z","modified_at":"2026-01-28T06:44:46.000Z","name":"Kaela Kemmer","mobile_number":"853-807-8369","email_id":"Karlee55@yahoo.com","dop":"2025-04-06","serial_number":"16667985947952","imei1":"16667985947952","imei2":"16667985947952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169265,"job_number":"JOB_169265","tr_customer_id":169282,"tr_customer_product_id":169272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:44:28.000Z","name":"Jaunita Hand","mobile_number":"927-882-6380","email_id":"Sabryna32@hotmail.com","dop":"2025-04-06","serial_number":"17377863721875","imei1":"17377863721875","imei2":"17377863721875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169262,"job_number":"JOB_169262","tr_customer_id":169279,"tr_customer_product_id":169269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:44:09.000Z","name":"Eloise Feest","mobile_number":"571-887-1962","email_id":"Giovanni_Durgan@yahoo.com","dop":"2025-04-06","serial_number":"13656250871489","imei1":"13656250871489","imei2":"13656250871489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169259,"job_number":"JOB_169259","tr_customer_id":169276,"tr_customer_product_id":169266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:39.000Z","modified_at":"2026-01-28T06:43:20.000Z","name":"Jayson Ratke","mobile_number":"308-499-7254","email_id":"Willa.Sauer71@gmail.com","dop":"2025-04-06","serial_number":"14058442192049","imei1":"14058442192049","imei2":"14058442192049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169255,"job_number":"JOB_169255","tr_customer_id":169272,"tr_customer_product_id":169262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:51.000Z","name":"Jalon Bernhard","mobile_number":"693-846-7951","email_id":"Leonel.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11662691923311","imei1":"11662691923311","imei2":"11662691923311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169249,"job_number":"JOB_169249","tr_customer_id":169266,"tr_customer_product_id":169256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:29.000Z","modified_at":"2026-01-28T06:39:07.000Z","name":"Royal Schaden","mobile_number":"537-883-4915","email_id":"Estell_Thiel0@gmail.com","dop":"2025-04-06","serial_number":"18415658957695","imei1":"18415658957695","imei2":"18415658957695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169246,"job_number":"JOB_169246","tr_customer_id":169263,"tr_customer_product_id":169253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:08.000Z","modified_at":"2026-01-28T06:38:51.000Z","name":"Izabella Howell","mobile_number":"380-464-2272","email_id":"Elmer64@gmail.com","dop":"2025-04-06","serial_number":"11102391139852","imei1":"11102391139852","imei2":"11102391139852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169240,"job_number":"JOB_169240","tr_customer_id":169257,"tr_customer_product_id":169247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:44.000Z","modified_at":"2026-01-28T06:38:22.000Z","name":"Dorothy Cummings","mobile_number":"473-756-4384","email_id":"Esteban_Maggio15@gmail.com","dop":"2025-04-06","serial_number":"15355263127433","imei1":"15355263127433","imei2":"15355263127433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169234,"job_number":"JOB_169234","tr_customer_id":169251,"tr_customer_product_id":169241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:59.000Z","name":"Brayan Walter","mobile_number":"836-222-1098","email_id":"Jo.Zboncak70@gmail.com","dop":"2025-04-06","serial_number":"16597203714015","imei1":"16597203714015","imei2":"16597203714015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169228,"job_number":"JOB_169228","tr_customer_id":169245,"tr_customer_product_id":169235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:37:06.000Z","name":"Janie Zulauf","mobile_number":"654-792-5257","email_id":"Ambrose.Mayert29@gmail.com","dop":"2025-04-06","serial_number":"15906470816623","imei1":"15906470816623","imei2":"15906470816623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169225,"job_number":"JOB_169225","tr_customer_id":169242,"tr_customer_product_id":169232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:28.000Z","modified_at":"2026-01-28T06:36:13.000Z","name":"Savanah Grimes","mobile_number":"993-362-9103","email_id":"Marquise78@yahoo.com","dop":"2025-04-06","serial_number":"13865939218237","imei1":"13865939218237","imei2":"13865939218237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169222,"job_number":"JOB_169222","tr_customer_id":169239,"tr_customer_product_id":169229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:54.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18419229565157","imei2":"18419229565157","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169220,"job_number":"JOB_169220","tr_customer_id":169237,"tr_customer_product_id":169227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12224682500799","imei2":"12224682500799","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169217,"job_number":"JOB_169217","tr_customer_id":169234,"tr_customer_product_id":169224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:57.000Z","name":"Dennis Johns","mobile_number":"226-359-2929","email_id":"Maya_Welch28@gmail.com","dop":"2025-04-06","serial_number":"15977779757863","imei1":"15977779757863","imei2":"15977779757863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169215,"job_number":"JOB_169215","tr_customer_id":169232,"tr_customer_product_id":169222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12955026135685","imei2":"12955026135685","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169207,"job_number":"JOB_169207","tr_customer_id":169224,"tr_customer_product_id":169214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:33:08.000Z","name":"Mona Cummerata","mobile_number":"843-283-6268","email_id":"Jessy_Raynor@gmail.com","dop":"2025-04-06","serial_number":"14171398576695","imei1":"14171398576695","imei2":"14171398576695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169204,"job_number":"JOB_169204","tr_customer_id":169221,"tr_customer_product_id":169211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:38.000Z","modified_at":"2026-01-28T06:32:19.000Z","name":"Dedric Schmitt","mobile_number":"717-828-4996","email_id":"Davion64@gmail.com","dop":"2025-04-06","serial_number":"11713863756779","imei1":"11713863756779","imei2":"11713863756779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169199,"job_number":"JOB_169199","tr_customer_id":169216,"tr_customer_product_id":169206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:31:10.000Z","name":"Kattie Wisoky","mobile_number":"643-295-9007","email_id":"Lisandro.Haley@yahoo.com","dop":"2025-04-06","serial_number":"10336602370137","imei1":"10336602370137","imei2":"10336602370137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169196,"job_number":"JOB_169196","tr_customer_id":169213,"tr_customer_product_id":169203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:45.000Z","modified_at":"2026-01-28T06:30:24.000Z","name":"Nora Hagenes","mobile_number":"847-687-5459","email_id":"Jade_Bartell54@gmail.com","dop":"2025-04-06","serial_number":"17659693658884","imei1":"17659693658884","imei2":"17659693658884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169193,"job_number":"JOB_169193","tr_customer_id":169210,"tr_customer_product_id":169200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:58.000Z","modified_at":"2026-01-28T06:29:37.000Z","name":"Jeromy Labadie","mobile_number":"559-404-1063","email_id":"Stefan98@gmail.com","dop":"2025-04-06","serial_number":"17397530002086","imei1":"17397530002086","imei2":"17397530002086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169190,"job_number":"JOB_169190","tr_customer_id":169207,"tr_customer_product_id":169197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:28:20.000Z","name":"Murl Beahan","mobile_number":"751-224-0236","email_id":"Constantin_Rutherford22@hotmail.com","dop":"2025-04-06","serial_number":"15802524508377","imei1":"15802524508377","imei2":"15802524508377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169187,"job_number":"JOB_169187","tr_customer_id":169204,"tr_customer_product_id":169194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:27:35.000Z","name":"Gardner Barrows","mobile_number":"293-504-1685","email_id":"Elinore_Parisian82@hotmail.com","dop":"2025-04-06","serial_number":"11781249597900","imei1":"11781249597900","imei2":"11781249597900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169184,"job_number":"JOB_169184","tr_customer_id":169201,"tr_customer_product_id":169191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:12.000Z","modified_at":"2026-01-28T06:26:50.000Z","name":"Desiree Considine","mobile_number":"579-302-9391","email_id":"Margarita.Zieme@gmail.com","dop":"2025-04-06","serial_number":"18384493859560","imei1":"18384493859560","imei2":"18384493859560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169181,"job_number":"JOB_169181","tr_customer_id":169198,"tr_customer_product_id":169188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:26:23.000Z","name":"Kasandra Nikolaus","mobile_number":"312-500-0548","email_id":"Sibyl.Johnston90@hotmail.com","dop":"2025-06-18","serial_number":"10004980498737","imei1":"10004980498737","imei2":"10004980498737","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169178,"job_number":"JOB_169178","tr_customer_id":169195,"tr_customer_product_id":169185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:38.000Z","name":"Aletha Hettinger","mobile_number":"492-780-3270","email_id":"Julius50@yahoo.com","dop":"2025-06-18","serial_number":"10525680322229","imei1":"10525680322229","imei2":"10525680322229","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169175,"job_number":"JOB_169175","tr_customer_id":169192,"tr_customer_product_id":169182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:26.000Z","modified_at":"2026-01-28T06:25:08.000Z","name":"Edd Wilderman","mobile_number":"654-846-6247","email_id":"Mozelle.Wunsch22@yahoo.com","dop":"2025-04-06","serial_number":"10795503859378","imei1":"10795503859378","imei2":"10795503859378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169252,"job_number":"JOB_169252","tr_customer_id":169269,"tr_customer_product_id":169259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:46.000Z","modified_at":"2026-01-28T06:39:23.000Z","name":"Antonina Grimes","mobile_number":"977-552-6987","email_id":"Federico.Littel@yahoo.com","dop":"2000-01-31","serial_number":"10008151462927","imei1":"10008151462927","imei2":"10008151462927","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169243,"job_number":"JOB_169243","tr_customer_id":169260,"tr_customer_product_id":169250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:01.000Z","modified_at":"2026-01-28T06:38:38.000Z","name":"Shanie Jaskolski","mobile_number":"755-277-4589","email_id":"Demetris_Quitzon@hotmail.com","dop":"2000-01-31","serial_number":"10950019646059","imei1":"10950019646059","imei2":"10950019646059","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169236,"job_number":"JOB_169236","tr_customer_id":169253,"tr_customer_product_id":169243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:54.000Z","name":"Adriel Donnelly","mobile_number":"496-421-2617","email_id":"Nash99@hotmail.com","dop":"2000-01-31","serial_number":"10914266289360","imei1":"10914266289360","imei2":"10914266289360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169231,"job_number":"JOB_169231","tr_customer_id":169248,"tr_customer_product_id":169238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:37:09.000Z","name":"Hanna Jerde","mobile_number":"360-607-5078","email_id":"Alf.Schmeler@gmail.com","dop":"2000-01-31","serial_number":"10183355301933","imei1":"10183355301933","imei2":"10183355301933","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:29.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169202,"job_number":"JOB_169202","tr_customer_id":169219,"tr_customer_product_id":169209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:31.000Z","modified_at":"2026-01-28T06:32:01.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73187115335706","imei1":"73187115335706","imei2":"73187115335706","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169201,"job_number":"JOB_169201","tr_customer_id":169218,"tr_customer_product_id":169208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:13.000Z","modified_at":"2026-01-28T06:31:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"38646369655633","imei1":"38646369655633","imei2":"38646369655633","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169174,"job_number":"JOB_169174","tr_customer_id":169191,"tr_customer_product_id":169181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:37.000Z","modified_at":"2026-01-28T06:23:48.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"65069982436230","imei1":"65069982436230","imei2":"65069982436230","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169173,"job_number":"JOB_169173","tr_customer_id":169190,"tr_customer_product_id":169180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:21.000Z","modified_at":"2026-01-28T06:23:32.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73029545589683","imei1":"73029545589683","imei2":"73029545589683","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169172,"job_number":"JOB_169172","tr_customer_id":169189,"tr_customer_product_id":169179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:06.000Z","modified_at":"2026-01-28T06:23:17.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"77448656493015","imei1":"77448656493015","imei2":"77448656493015","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169170,"job_number":"JOB_169170","tr_customer_id":169187,"tr_customer_product_id":169177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:50.000Z","name":"Carlie Larkin","mobile_number":"976-832-0879","email_id":"Izabella15@hotmail.com","dop":"2025-06-09","serial_number":"107657885724789","imei1":"107657885724789","imei2":"107657885724789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169167,"job_number":"JOB_169167","tr_customer_id":169184,"tr_customer_product_id":169174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:33.000Z","name":"Aida Kozey","mobile_number":"559-670-0339","email_id":"David.McClure@hotmail.com","dop":"2025-06-09","serial_number":"105493494436147","imei1":"105493494436147","imei2":"105493494436147","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169164,"job_number":"JOB_169164","tr_customer_id":169181,"tr_customer_product_id":169171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:16.000Z","name":"Mustafa Schamberger","mobile_number":"878-596-8649","email_id":"Ines.Nitzsche@hotmail.com","dop":"2025-06-09","serial_number":"108373983044564","imei1":"108373983044564","imei2":"108373983044564","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169162,"job_number":"JOB_169162","tr_customer_id":169179,"tr_customer_product_id":169169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:19:15.000Z","modified_at":"2026-01-28T06:19:40.000Z","name":"Brennon Roberts","mobile_number":"888-596-1113","email_id":"Cierra80@yahoo.com","dop":"2025-10-01","serial_number":"16651025538656","imei1":"16651025538656","imei2":"16651025538656","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:05.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:48.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 545296b5-160a-414e-99e9-261f796418d9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169346
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba5c5237-5741-46f5-b9d6-f2731ef72813
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 543026d2-1aa9-44fc-adb3-7c99c52c1394
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-zzJX1Yd67hvNR8KWCnou9X2Su6I"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTJ9.4HzsfnNpserYrlux4189enbnFiubhsmrJxgt1P0_vrA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTJ9.4HzsfnNpserYrlux4189enbnFiubhsmrJxgt1P0_vrA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a0df5f0c-7494-49bb-9048-8d75eb9c9c42
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 304ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTJ9.4HzsfnNpserYrlux4189enbnFiubhsmrJxgt1P0_vrA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 673ce001-a6e4-4f1d-9c77-7a8a3ca9187b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-rDqDx9GRNFFBEhfavbPSU3NRkLI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":402},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 390.96KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e3f0a19f-efe9-4be7-aecb-da83e2d91306
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61bdb-gdff58YqPyFgGhfXhwrw+HOsfu8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:29.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTJ9.4HzsfnNpserYrlux4189enbnFiubhsmrJxgt1P0_vrA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 150fe5ef-5a33-4792-b211-1b5bb01a46ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTJ9.4HzsfnNpserYrlux4189enbnFiubhsmrJxgt1P0_vrA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 305a5432-7f41-4177-8aeb-250b24fe8da8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 169346,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 320ms
Mean size per request: 390KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTJ9.4HzsfnNpserYrlux4189enbnFiubhsmrJxgt1P0_vrA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5c71a3a5-8d7a-4d3d-b245-c1d48e5243c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"617fe-ZGG5rHvIr0Q/zhwnoRPhYOILX3Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 241ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a722d983-5e6b-4682-93bc-57f64282ef41
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-t0nYm/c7MrcF3WYr/tEIZ7cpb68"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTR9.reKuH6D-IVyO-2v_jjMj02o6RxMNQNx9Sh8k4f4MZwY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTR9.reKuH6D-IVyO-2v_jjMj02o6RxMNQNx9Sh8k4f4MZwY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e9d516d2-4c87-4393-a177-4732733cc298
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTR9.reKuH6D-IVyO-2v_jjMj02o6RxMNQNx9Sh8k4f4MZwY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fdb6f467-56a0-493e-b253-daa7133a0404
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-on2YaCMDaFsN7f4nNAZEEDZZpq0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":158}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 1004B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTR9.reKuH6D-IVyO-2v_jjMj02o6RxMNQNx9Sh8k4f4MZwY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5dbc484c-084f-4e36-af6c-88ebb2ac410c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1004
ETag W/"3ec-13+CQ+cl6aAoegJgwR6OcW3qe2c"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:33.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T07:26:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTR9.reKuH6D-IVyO-2v_jjMj02o6RxMNQNx9Sh8k4f4MZwY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6368d44e-1d32-4b53-bbb8-9635a2b9cdf9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 470ms
Mean size per request: 1.16KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTR9.reKuH6D-IVyO-2v_jjMj02o6RxMNQNx9Sh8k4f4MZwY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6a1fe31a-bcbe-49b5-abea-e15eb605e2a4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a7-OVM6MwvCraeB7z8UxOgz+cQUrIw"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:33.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T07:26:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":169346,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-28T07:26:29.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTR9.reKuH6D-IVyO-2v_jjMj02o6RxMNQNx9Sh8k4f4MZwY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7b6622e-74e3-41d9-bfb5-3fbcebd12747
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTR9.reKuH6D-IVyO-2v_jjMj02o6RxMNQNx9Sh8k4f4MZwY
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6385d15d-9294-40ae-9a35-c3cd8b0f34b4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":169346,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 33c168e6-b571-45f5-b147-0291869d448c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-6X64EH8uuamMFlegmzuWIFXv5rw"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTE5Nn0.U2_87mCLmG_K7zGApjhDTXgZAzjoW9sdEP8ZgssCY38"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTE5Nn0.U2_87mCLmG_K7zGApjhDTXgZAzjoW9sdEP8ZgssCY38
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 64c8d749-1d34-460a-b562-00e53dc88334
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTE5Nn0.U2_87mCLmG_K7zGApjhDTXgZAzjoW9sdEP8ZgssCY38
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49d68730-1e4e-43d9-97e2-f9d4ad3cb85b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-Gh3LVHhullqwzHMDn0XKjBP+9jY"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":158},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTE5Nn0.U2_87mCLmG_K7zGApjhDTXgZAzjoW9sdEP8ZgssCY38
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 98f32c51-abf6-41ec-bc69-7c2e8295de8b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 152.62KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTE5Nn0.U2_87mCLmG_K7zGApjhDTXgZAzjoW9sdEP8ZgssCY38
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b08ac361-c90c-49b3-bfe0-907f03c5b918
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2627f-tns0OQWITZdRKtDhYrWpSkgp2Ps"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169333,"job_number":"JOB_169333","tr_customer_id":169350,"tr_customer_product_id":169340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:22.000Z","modified_at":"2026-01-28T07:20:30.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16550353033710","imei1":"16550353033710","imei2":"16550353033710","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169332,"job_number":"JOB_169332","tr_customer_id":169349,"tr_customer_product_id":169339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:11.000Z","modified_at":"2026-01-28T07:20:18.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"12953321675937","imei1":"12953321675937","imei2":"12953321675937","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169331,"job_number":"JOB_169331","tr_customer_id":169348,"tr_customer_product_id":169338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:11.000Z","modified_at":"2026-01-28T07:17:18.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15042754541625","imei1":"15042754541625","imei2":"15042754541625","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169330,"job_number":"JOB_169330","tr_customer_id":169347,"tr_customer_product_id":169337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:02.000Z","modified_at":"2026-01-28T07:17:09.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"10603145484641","imei1":"10603145484641","imei2":"10603145484641","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169317,"job_number":"JOB_169317","tr_customer_id":169334,"tr_customer_product_id":169324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:51.000Z","modified_at":"2026-01-28T07:05:28.000Z","name":"Narciso Cassin","mobile_number":"924-657-5140","email_id":"Oma.Haag@hotmail.com","dop":"2025-04-06","serial_number":"14351024844647","imei1":"14351024844647","imei2":"14351024844647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:05:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169315,"job_number":"JOB_169315","tr_customer_id":169332,"tr_customer_product_id":169322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:08.000Z","modified_at":"2026-01-28T07:04:45.000Z","name":"Katarina Hegmann","mobile_number":"750-968-3211","email_id":"Ed_Weber42@hotmail.com","dop":"2025-04-06","serial_number":"17441403306730","imei1":"17441403306730","imei2":"17441403306730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169313,"job_number":"JOB_169313","tr_customer_id":169330,"tr_customer_product_id":169320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:24.000Z","modified_at":"2026-01-28T07:04:01.000Z","name":"Jazmyne Herzog","mobile_number":"704-921-0767","email_id":"Madelyn.Kemmer@yahoo.com","dop":"2025-04-06","serial_number":"19474781603369","imei1":"19474781603369","imei2":"19474781603369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169298,"job_number":"JOB_169298","tr_customer_id":169315,"tr_customer_product_id":169305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:52:14.000Z","name":"Margret Raynor","mobile_number":"778-751-6143","email_id":"Alexandrine_Kozey16@hotmail.com","dop":"2026-01-04","serial_number":"19680175662439","imei1":"19680175662439","imei2":"19680175662439","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169295,"job_number":"JOB_169295","tr_customer_id":169312,"tr_customer_product_id":169302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:52:02.000Z","name":"Makenna Lind","mobile_number":"626-541-5557","email_id":"Cordelia.Langworth29@yahoo.com","dop":"2025-04-06","serial_number":"17859336830099","imei1":"17859336830099","imei2":"17859336830099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169292,"job_number":"JOB_169292","tr_customer_id":169309,"tr_customer_product_id":169299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:49.000Z","modified_at":"2026-01-28T06:51:27.000Z","name":"Garnet Huel","mobile_number":"344-909-3921","email_id":"Eloisa.Considine@gmail.com","dop":"2026-01-04","serial_number":"10805605591895","imei1":"10805605591895","imei2":"10805605591895","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169289,"job_number":"JOB_169289","tr_customer_id":169306,"tr_customer_product_id":169296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:51:10.000Z","name":"Bradly Hilll","mobile_number":"242-938-7074","email_id":"Hillard_Schiller@hotmail.com","dop":"2025-04-06","serial_number":"16836325023930","imei1":"16836325023930","imei2":"16836325023930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169286,"job_number":"JOB_169286","tr_customer_id":169303,"tr_customer_product_id":169293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:41.000Z","name":"Jonatan Bartoletti","mobile_number":"293-358-2562","email_id":"Aisha.Lind@hotmail.com","dop":"2026-01-04","serial_number":"15057345729769","imei1":"15057345729769","imei2":"15057345729769","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169283,"job_number":"JOB_169283","tr_customer_id":169300,"tr_customer_product_id":169290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:38.000Z","modified_at":"2026-01-28T06:50:19.000Z","name":"Tyshawn Hauck","mobile_number":"949-831-1616","email_id":"Daisy69@hotmail.com","dop":"2025-04-06","serial_number":"19105547039204","imei1":"19105547039204","imei2":"19105547039204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169281,"job_number":"JOB_169281","tr_customer_id":169298,"tr_customer_product_id":169288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:50:17.000Z","name":"Dale Grant","mobile_number":"400-750-3554","email_id":"Glen49@gmail.com","dop":"2025-04-06","serial_number":"10699011076598","imei1":"10699011076598","imei2":"10699011076598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169278,"job_number":"JOB_169278","tr_customer_id":169295,"tr_customer_product_id":169285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:22.000Z","modified_at":"2026-01-28T06:46:00.000Z","name":"Russel Purdy","mobile_number":"830-591-8160","email_id":"Maybelle.Rath@yahoo.com","dop":"2025-04-06","serial_number":"14807027129681","imei1":"14807027129681","imei2":"14807027129681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169275,"job_number":"JOB_169275","tr_customer_id":169292,"tr_customer_product_id":169282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:06.000Z","modified_at":"2026-01-28T06:45:48.000Z","name":"Joe White","mobile_number":"699-481-1057","email_id":"Cory_Schroeder@yahoo.com","dop":"2025-04-06","serial_number":"10743613750651","imei1":"10743613750651","imei2":"10743613750651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169273,"job_number":"JOB_169273","tr_customer_id":169290,"tr_customer_product_id":169280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:36.000Z","modified_at":"2026-01-28T06:45:14.000Z","name":"Alvina Brekke","mobile_number":"433-201-3322","email_id":"Arvid_Brakus28@yahoo.com","dop":"2025-04-06","serial_number":"12541156129369","imei1":"12541156129369","imei2":"12541156129369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169270,"job_number":"JOB_169270","tr_customer_id":169287,"tr_customer_product_id":169277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:58.000Z","name":"Frederik Terry","mobile_number":"661-243-3671","email_id":"Chanelle.Kub@yahoo.com","dop":"2025-04-06","serial_number":"16954217805864","imei1":"16954217805864","imei2":"16954217805864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169267,"job_number":"JOB_169267","tr_customer_id":169284,"tr_customer_product_id":169274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:07.000Z","modified_at":"2026-01-28T06:44:46.000Z","name":"Kaela Kemmer","mobile_number":"853-807-8369","email_id":"Karlee55@yahoo.com","dop":"2025-04-06","serial_number":"16667985947952","imei1":"16667985947952","imei2":"16667985947952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169265,"job_number":"JOB_169265","tr_customer_id":169282,"tr_customer_product_id":169272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:44:28.000Z","name":"Jaunita Hand","mobile_number":"927-882-6380","email_id":"Sabryna32@hotmail.com","dop":"2025-04-06","serial_number":"17377863721875","imei1":"17377863721875","imei2":"17377863721875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169262,"job_number":"JOB_169262","tr_customer_id":169279,"tr_customer_product_id":169269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:44:09.000Z","name":"Eloise Feest","mobile_number":"571-887-1962","email_id":"Giovanni_Durgan@yahoo.com","dop":"2025-04-06","serial_number":"13656250871489","imei1":"13656250871489","imei2":"13656250871489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169259,"job_number":"JOB_169259","tr_customer_id":169276,"tr_customer_product_id":169266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:39.000Z","modified_at":"2026-01-28T06:43:20.000Z","name":"Jayson Ratke","mobile_number":"308-499-7254","email_id":"Willa.Sauer71@gmail.com","dop":"2025-04-06","serial_number":"14058442192049","imei1":"14058442192049","imei2":"14058442192049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169255,"job_number":"JOB_169255","tr_customer_id":169272,"tr_customer_product_id":169262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:51.000Z","name":"Jalon Bernhard","mobile_number":"693-846-7951","email_id":"Leonel.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11662691923311","imei1":"11662691923311","imei2":"11662691923311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169249,"job_number":"JOB_169249","tr_customer_id":169266,"tr_customer_product_id":169256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:29.000Z","modified_at":"2026-01-28T06:39:07.000Z","name":"Royal Schaden","mobile_number":"537-883-4915","email_id":"Estell_Thiel0@gmail.com","dop":"2025-04-06","serial_number":"18415658957695","imei1":"18415658957695","imei2":"18415658957695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169246,"job_number":"JOB_169246","tr_customer_id":169263,"tr_customer_product_id":169253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:08.000Z","modified_at":"2026-01-28T06:38:51.000Z","name":"Izabella Howell","mobile_number":"380-464-2272","email_id":"Elmer64@gmail.com","dop":"2025-04-06","serial_number":"11102391139852","imei1":"11102391139852","imei2":"11102391139852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169240,"job_number":"JOB_169240","tr_customer_id":169257,"tr_customer_product_id":169247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:44.000Z","modified_at":"2026-01-28T06:38:22.000Z","name":"Dorothy Cummings","mobile_number":"473-756-4384","email_id":"Esteban_Maggio15@gmail.com","dop":"2025-04-06","serial_number":"15355263127433","imei1":"15355263127433","imei2":"15355263127433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169234,"job_number":"JOB_169234","tr_customer_id":169251,"tr_customer_product_id":169241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:59.000Z","name":"Brayan Walter","mobile_number":"836-222-1098","email_id":"Jo.Zboncak70@gmail.com","dop":"2025-04-06","serial_number":"16597203714015","imei1":"16597203714015","imei2":"16597203714015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169228,"job_number":"JOB_169228","tr_customer_id":169245,"tr_customer_product_id":169235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:37:06.000Z","name":"Janie Zulauf","mobile_number":"654-792-5257","email_id":"Ambrose.Mayert29@gmail.com","dop":"2025-04-06","serial_number":"15906470816623","imei1":"15906470816623","imei2":"15906470816623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169225,"job_number":"JOB_169225","tr_customer_id":169242,"tr_customer_product_id":169232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:28.000Z","modified_at":"2026-01-28T06:36:13.000Z","name":"Savanah Grimes","mobile_number":"993-362-9103","email_id":"Marquise78@yahoo.com","dop":"2025-04-06","serial_number":"13865939218237","imei1":"13865939218237","imei2":"13865939218237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169222,"job_number":"JOB_169222","tr_customer_id":169239,"tr_customer_product_id":169229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:54.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18419229565157","imei2":"18419229565157","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169220,"job_number":"JOB_169220","tr_customer_id":169237,"tr_customer_product_id":169227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12224682500799","imei2":"12224682500799","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169217,"job_number":"JOB_169217","tr_customer_id":169234,"tr_customer_product_id":169224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:57.000Z","name":"Dennis Johns","mobile_number":"226-359-2929","email_id":"Maya_Welch28@gmail.com","dop":"2025-04-06","serial_number":"15977779757863","imei1":"15977779757863","imei2":"15977779757863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169215,"job_number":"JOB_169215","tr_customer_id":169232,"tr_customer_product_id":169222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12955026135685","imei2":"12955026135685","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169207,"job_number":"JOB_169207","tr_customer_id":169224,"tr_customer_product_id":169214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:33:08.000Z","name":"Mona Cummerata","mobile_number":"843-283-6268","email_id":"Jessy_Raynor@gmail.com","dop":"2025-04-06","serial_number":"14171398576695","imei1":"14171398576695","imei2":"14171398576695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169204,"job_number":"JOB_169204","tr_customer_id":169221,"tr_customer_product_id":169211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:38.000Z","modified_at":"2026-01-28T06:32:19.000Z","name":"Dedric Schmitt","mobile_number":"717-828-4996","email_id":"Davion64@gmail.com","dop":"2025-04-06","serial_number":"11713863756779","imei1":"11713863756779","imei2":"11713863756779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169199,"job_number":"JOB_169199","tr_customer_id":169216,"tr_customer_product_id":169206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:31:10.000Z","name":"Kattie Wisoky","mobile_number":"643-295-9007","email_id":"Lisandro.Haley@yahoo.com","dop":"2025-04-06","serial_number":"10336602370137","imei1":"10336602370137","imei2":"10336602370137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169196,"job_number":"JOB_169196","tr_customer_id":169213,"tr_customer_product_id":169203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:45.000Z","modified_at":"2026-01-28T06:30:24.000Z","name":"Nora Hagenes","mobile_number":"847-687-5459","email_id":"Jade_Bartell54@gmail.com","dop":"2025-04-06","serial_number":"17659693658884","imei1":"17659693658884","imei2":"17659693658884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169193,"job_number":"JOB_169193","tr_customer_id":169210,"tr_customer_product_id":169200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:58.000Z","modified_at":"2026-01-28T06:29:37.000Z","name":"Jeromy Labadie","mobile_number":"559-404-1063","email_id":"Stefan98@gmail.com","dop":"2025-04-06","serial_number":"17397530002086","imei1":"17397530002086","imei2":"17397530002086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169190,"job_number":"JOB_169190","tr_customer_id":169207,"tr_customer_product_id":169197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:28:20.000Z","name":"Murl Beahan","mobile_number":"751-224-0236","email_id":"Constantin_Rutherford22@hotmail.com","dop":"2025-04-06","serial_number":"15802524508377","imei1":"15802524508377","imei2":"15802524508377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169187,"job_number":"JOB_169187","tr_customer_id":169204,"tr_customer_product_id":169194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:27:35.000Z","name":"Gardner Barrows","mobile_number":"293-504-1685","email_id":"Elinore_Parisian82@hotmail.com","dop":"2025-04-06","serial_number":"11781249597900","imei1":"11781249597900","imei2":"11781249597900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169184,"job_number":"JOB_169184","tr_customer_id":169201,"tr_customer_product_id":169191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:12.000Z","modified_at":"2026-01-28T06:26:50.000Z","name":"Desiree Considine","mobile_number":"579-302-9391","email_id":"Margarita.Zieme@gmail.com","dop":"2025-04-06","serial_number":"18384493859560","imei1":"18384493859560","imei2":"18384493859560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169181,"job_number":"JOB_169181","tr_customer_id":169198,"tr_customer_product_id":169188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:26:23.000Z","name":"Kasandra Nikolaus","mobile_number":"312-500-0548","email_id":"Sibyl.Johnston90@hotmail.com","dop":"2025-06-18","serial_number":"10004980498737","imei1":"10004980498737","imei2":"10004980498737","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169178,"job_number":"JOB_169178","tr_customer_id":169195,"tr_customer_product_id":169185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:38.000Z","name":"Aletha Hettinger","mobile_number":"492-780-3270","email_id":"Julius50@yahoo.com","dop":"2025-06-18","serial_number":"10525680322229","imei1":"10525680322229","imei2":"10525680322229","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169175,"job_number":"JOB_169175","tr_customer_id":169192,"tr_customer_product_id":169182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:26.000Z","modified_at":"2026-01-28T06:25:08.000Z","name":"Edd Wilderman","mobile_number":"654-846-6247","email_id":"Mozelle.Wunsch22@yahoo.com","dop":"2025-04-06","serial_number":"10795503859378","imei1":"10795503859378","imei2":"10795503859378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168762,"job_number":"JOB_168762","tr_customer_id":168779,"tr_customer_product_id":168769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T20:49:14.000Z","modified_at":"2026-01-28T01:51:41.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-22","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-22T20:49:13.783638617Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169252,"job_number":"JOB_169252","tr_customer_id":169269,"tr_customer_product_id":169259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:46.000Z","modified_at":"2026-01-28T06:39:23.000Z","name":"Antonina Grimes","mobile_number":"977-552-6987","email_id":"Federico.Littel@yahoo.com","dop":"2000-01-31","serial_number":"10008151462927","imei1":"10008151462927","imei2":"10008151462927","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169243,"job_number":"JOB_169243","tr_customer_id":169260,"tr_customer_product_id":169250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:01.000Z","modified_at":"2026-01-28T06:38:38.000Z","name":"Shanie Jaskolski","mobile_number":"755-277-4589","email_id":"Demetris_Quitzon@hotmail.com","dop":"2000-01-31","serial_number":"10950019646059","imei1":"10950019646059","imei2":"10950019646059","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169236,"job_number":"JOB_169236","tr_customer_id":169253,"tr_customer_product_id":169243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:54.000Z","name":"Adriel Donnelly","mobile_number":"496-421-2617","email_id":"Nash99@hotmail.com","dop":"2000-01-31","serial_number":"10914266289360","imei1":"10914266289360","imei2":"10914266289360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169231,"job_number":"JOB_169231","tr_customer_id":169248,"tr_customer_product_id":169238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:37:09.000Z","name":"Hanna Jerde","mobile_number":"360-607-5078","email_id":"Alf.Schmeler@gmail.com","dop":"2000-01-31","serial_number":"10183355301933","imei1":"10183355301933","imei2":"10183355301933","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169202,"job_number":"JOB_169202","tr_customer_id":169219,"tr_customer_product_id":169209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:31.000Z","modified_at":"2026-01-28T06:32:01.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73187115335706","imei1":"73187115335706","imei2":"73187115335706","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169201,"job_number":"JOB_169201","tr_customer_id":169218,"tr_customer_product_id":169208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:13.000Z","modified_at":"2026-01-28T06:31:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"38646369655633","imei1":"38646369655633","imei2":"38646369655633","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169174,"job_number":"JOB_169174","tr_customer_id":169191,"tr_customer_product_id":169181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:37.000Z","modified_at":"2026-01-28T06:23:48.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"65069982436230","imei1":"65069982436230","imei2":"65069982436230","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169173,"job_number":"JOB_169173","tr_customer_id":169190,"tr_customer_product_id":169180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:21.000Z","modified_at":"2026-01-28T06:23:32.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73029545589683","imei1":"73029545589683","imei2":"73029545589683","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169172,"job_number":"JOB_169172","tr_customer_id":169189,"tr_customer_product_id":169179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:06.000Z","modified_at":"2026-01-28T06:23:17.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"77448656493015","imei1":"77448656493015","imei2":"77448656493015","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169170,"job_number":"JOB_169170","tr_customer_id":169187,"tr_customer_product_id":169177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:50.000Z","name":"Carlie Larkin","mobile_number":"976-832-0879","email_id":"Izabella15@hotmail.com","dop":"2025-06-09","serial_number":"107657885724789","imei1":"107657885724789","imei2":"107657885724789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169167,"job_number":"JOB_169167","tr_customer_id":169184,"tr_customer_product_id":169174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:33.000Z","name":"Aida Kozey","mobile_number":"559-670-0339","email_id":"David.McClure@hotmail.com","dop":"2025-06-09","serial_number":"105493494436147","imei1":"105493494436147","imei2":"105493494436147","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169164,"job_number":"JOB_169164","tr_customer_id":169181,"tr_customer_product_id":169171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:16.000Z","name":"Mustafa Schamberger","mobile_number":"878-596-8649","email_id":"Ines.Nitzsche@hotmail.com","dop":"2025-06-09","serial_number":"108373983044564","imei1":"108373983044564","imei2":"108373983044564","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169162,"job_number":"JOB_169162","tr_customer_id":169179,"tr_customer_product_id":169169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:19:15.000Z","modified_at":"2026-01-28T06:19:40.000Z","name":"Brennon Roberts","mobile_number":"888-596-1113","email_id":"Cierra80@yahoo.com","dop":"2025-10-01","serial_number":"16651025538656","imei1":"16651025538656","imei2":"16651025538656","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:05.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:48.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 624ms
Mean size per request: 1018B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTE5Nn0.U2_87mCLmG_K7zGApjhDTXgZAzjoW9sdEP8ZgssCY38
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d49178f4-a6bb-4f97-8ef5-8d0e0dfd7ee1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1018
ETag W/"3fa-BrVRO5zaPBhN50rH24M/NPQ5p78"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:36.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-28T07:26:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTE5Nn0.U2_87mCLmG_K7zGApjhDTXgZAzjoW9sdEP8ZgssCY38
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e34308e-496a-4328-9cab-826d35a21a13
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169346
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 643ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTE5Nn0.U2_87mCLmG_K7zGApjhDTXgZAzjoW9sdEP8ZgssCY38
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d8056f10-c2be-4678-88f9-f505eaa61f3a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 37d3290e-6c1a-44f6-bb60-efe547668000
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-gfSbmHmPSkzXBLi0z7vqdATSVsQ"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTl9.IFpZXj3w1Gfl0jGuG9e4hmKLMw8iFkvY9F9jAvzCps4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f455acbd-7787-4d4e-8bf3-1187c5f169d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 489665a1-a5d1-498f-a3d0-967b615db0e9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-YFi0qAPz9ysnWCbP5ZVHoMsy+eY"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":556},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 1009B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1349937-9d56-44e8-bb1c-30fdefe9ff24
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1009
ETag W/"3f1-FpXJab7qH9dNtH6yWb0VncpNSVE"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:38.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T07:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 1009B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4a7a9b49-24b9-42d1-9f2e-04bf70cec2a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1009
ETag W/"3f1-FpXJab7qH9dNtH6yWb0VncpNSVE"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:38.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T07:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf2e0532-dcad-459b-9141-9d256b4e93ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169346
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f785fe63-eed6-4a9e-872f-833376d70545
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169346
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxODV9.P_f_DP3dSQHbeHzcURYtG1gI7WuG166Pw9cFwd3Nd4w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5f693b7d-ca63-48f4-a96b-9e757614dfd2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3962c3c2-d2cc-4ac5-b845-68dc46039715
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-KM0axrCwyjaY60qijacdPuaTTF8"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 239ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4fa405a2-2b62-4f1b-a285-025646c1848a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 237ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b97b3080-45c1-479e-8c7a-9032094cfc02
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 224bd3aa-a120-460e-b293-d6567671b193
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 306c994e-4a74-41f4-bf4b-a8ab5fe71f77
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 235ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b376aa32-eba7-4f38-81ec-69068bb78366
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7ebfa6a-eb91-4179-996a-6f519ae1e5fc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-RW3UR/T5uvKLHtJOk39CIg0Envk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":556},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token db594657-5e96-4efa-9ce5-5408a30f4fb3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 98b5b296-8a94-484a-b7ef-83018c0a8538
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-RW3UR/T5uvKLHtJOk39CIg0Envk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":556},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ca80f43-0e72-41f8-9adc-3fa2ed892052
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e96b2630-ceb9-4a96-a7a4-9e7b06a3e02a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 09c30055-3508-46e9-be9b-e4e8b1fed28d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
randomnumber 803
randomFirstName Amani
randomLastName Rosenbaum
randomEmail Khalil.Crooks@yahoo.com
randomPhone 902-266-6251
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 57f02ed8-fc60-4b61-b62a-e8ee0409f06e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Weldon",
                "last_name": "Kuhic",
                "mobile_number": "787-898-4469",
                "mobile_number_alt": "",
                "email_id": "Ruby_Murphy@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"48020965634130",
                "imei1": "48020965634130",
                "imei2": "48020965634130",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-j1alGD+deSnbz9rbup/HtsEQMRs"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":169364,"tr_customer_product_id":169354,"job_number":"JOB_169347"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
randomnumber 542
randomFirstName Callie
randomLastName Gibson
randomEmail Demetrius.Auer@gmail.com
randomPhone 557-476-8676
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 978a7fc3-4fdb-4109-9e12-851774ed1b45
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Rozella",
                "last_name": "Pfannerstill",
                "mobile_number": "729-611-7292",
                "mobile_number_alt": "",
                "email_id": "Waino55@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"47744087604389",
                "imei1": "47744087604389",
                "imei2": "47744087604389",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 237ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUxOTJ9.4HzsfnNpserYrlux4189enbnFiubhsmrJxgt1P0_vrA
randomnumber 29
randomFirstName Alexanne
randomLastName Hills
randomEmail Easton17@hotmail.com
randomPhone 947-751-3457
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f47dab26-73c4-4c78-ba44-b2e807806653
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1059
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "General",
                "last_name": "Botsford",
                "mobile_number": "807-956-3900",
                "mobile_number_alt": "",
                "email_id": "Adelle_Tillman@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"38057892330396",
                "imei1": "38057892330396",
                "imei2": "38057892330396",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 236ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
randomnumber 665
randomFirstName Grover
randomLastName Roberts
randomEmail Ibrahim55@gmail.com
randomPhone 826-483-7429
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6209e65f-b3a0-4862-82e8-d352c31abf2c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 237ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
randomnumber 725
randomFirstName Garrison
randomLastName Spencer
randomEmail Devante92@hotmail.com
randomPhone 974-285-5365
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 200d1c70-c3aa-473b-b376-690ee4b42095
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Eldora",
                "last_name": "Kassulke",
                "mobile_number": "950-256-9070",
                "mobile_number_alt": "",
                "email_id": "Elisabeth88@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000746",
                "imei1": "100000746",
                "imei2": "100000746",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 237ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
randomnumber 470
randomFirstName Janessa
randomLastName Welch
randomEmail Loyal36@hotmail.com
randomPhone 830-689-2899
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token faee01b4-f51e-425b-b73a-ab752f06826e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 647ddb17-4e9e-4df0-a45c-97de11102c64
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-1s4vFzNCN/QUzw0XopXsiVp/d60"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":557},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 842ms
Mean size per request: 540.63KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 318cae11-f1b2-438b-86f9-e52ab68ee0f6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8728a-v+6g83iMXh4WfhbSdGT7wWmTEjU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169333,"job_number":"JOB_169333","tr_customer_id":169350,"tr_customer_product_id":169340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:22.000Z","modified_at":"2026-01-28T07:20:30.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16550353033710","imei1":"16550353033710","imei2":"16550353033710","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169332,"job_number":"JOB_169332","tr_customer_id":169349,"tr_customer_product_id":169339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:11.000Z","modified_at":"2026-01-28T07:20:18.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"12953321675937","imei1":"12953321675937","imei2":"12953321675937","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169331,"job_number":"JOB_169331","tr_customer_id":169348,"tr_customer_product_id":169338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:11.000Z","modified_at":"2026-01-28T07:17:18.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15042754541625","imei1":"15042754541625","imei2":"15042754541625","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169330,"job_number":"JOB_169330","tr_customer_id":169347,"tr_customer_product_id":169337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:02.000Z","modified_at":"2026-01-28T07:17:09.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"10603145484641","imei1":"10603145484641","imei2":"10603145484641","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169317,"job_number":"JOB_169317","tr_customer_id":169334,"tr_customer_product_id":169324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:51.000Z","modified_at":"2026-01-28T07:05:28.000Z","name":"Narciso Cassin","mobile_number":"924-657-5140","email_id":"Oma.Haag@hotmail.com","dop":"2025-04-06","serial_number":"14351024844647","imei1":"14351024844647","imei2":"14351024844647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:05:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169315,"job_number":"JOB_169315","tr_customer_id":169332,"tr_customer_product_id":169322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:08.000Z","modified_at":"2026-01-28T07:04:45.000Z","name":"Katarina Hegmann","mobile_number":"750-968-3211","email_id":"Ed_Weber42@hotmail.com","dop":"2025-04-06","serial_number":"17441403306730","imei1":"17441403306730","imei2":"17441403306730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169313,"job_number":"JOB_169313","tr_customer_id":169330,"tr_customer_product_id":169320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:24.000Z","modified_at":"2026-01-28T07:04:01.000Z","name":"Jazmyne Herzog","mobile_number":"704-921-0767","email_id":"Madelyn.Kemmer@yahoo.com","dop":"2025-04-06","serial_number":"19474781603369","imei1":"19474781603369","imei2":"19474781603369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169298,"job_number":"JOB_169298","tr_customer_id":169315,"tr_customer_product_id":169305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:52:14.000Z","name":"Margret Raynor","mobile_number":"778-751-6143","email_id":"Alexandrine_Kozey16@hotmail.com","dop":"2026-01-04","serial_number":"19680175662439","imei1":"19680175662439","imei2":"19680175662439","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169295,"job_number":"JOB_169295","tr_customer_id":169312,"tr_customer_product_id":169302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:52:02.000Z","name":"Makenna Lind","mobile_number":"626-541-5557","email_id":"Cordelia.Langworth29@yahoo.com","dop":"2025-04-06","serial_number":"17859336830099","imei1":"17859336830099","imei2":"17859336830099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169292,"job_number":"JOB_169292","tr_customer_id":169309,"tr_customer_product_id":169299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:49.000Z","modified_at":"2026-01-28T06:51:27.000Z","name":"Garnet Huel","mobile_number":"344-909-3921","email_id":"Eloisa.Considine@gmail.com","dop":"2026-01-04","serial_number":"10805605591895","imei1":"10805605591895","imei2":"10805605591895","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169289,"job_number":"JOB_169289","tr_customer_id":169306,"tr_customer_product_id":169296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:51:10.000Z","name":"Bradly Hilll","mobile_number":"242-938-7074","email_id":"Hillard_Schiller@hotmail.com","dop":"2025-04-06","serial_number":"16836325023930","imei1":"16836325023930","imei2":"16836325023930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169286,"job_number":"JOB_169286","tr_customer_id":169303,"tr_customer_product_id":169293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:41.000Z","name":"Jonatan Bartoletti","mobile_number":"293-358-2562","email_id":"Aisha.Lind@hotmail.com","dop":"2026-01-04","serial_number":"15057345729769","imei1":"15057345729769","imei2":"15057345729769","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169283,"job_number":"JOB_169283","tr_customer_id":169300,"tr_customer_product_id":169290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:38.000Z","modified_at":"2026-01-28T06:50:19.000Z","name":"Tyshawn Hauck","mobile_number":"949-831-1616","email_id":"Daisy69@hotmail.com","dop":"2025-04-06","serial_number":"19105547039204","imei1":"19105547039204","imei2":"19105547039204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169281,"job_number":"JOB_169281","tr_customer_id":169298,"tr_customer_product_id":169288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:50:17.000Z","name":"Dale Grant","mobile_number":"400-750-3554","email_id":"Glen49@gmail.com","dop":"2025-04-06","serial_number":"10699011076598","imei1":"10699011076598","imei2":"10699011076598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169278,"job_number":"JOB_169278","tr_customer_id":169295,"tr_customer_product_id":169285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:22.000Z","modified_at":"2026-01-28T06:46:00.000Z","name":"Russel Purdy","mobile_number":"830-591-8160","email_id":"Maybelle.Rath@yahoo.com","dop":"2025-04-06","serial_number":"14807027129681","imei1":"14807027129681","imei2":"14807027129681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169275,"job_number":"JOB_169275","tr_customer_id":169292,"tr_customer_product_id":169282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:06.000Z","modified_at":"2026-01-28T06:45:48.000Z","name":"Joe White","mobile_number":"699-481-1057","email_id":"Cory_Schroeder@yahoo.com","dop":"2025-04-06","serial_number":"10743613750651","imei1":"10743613750651","imei2":"10743613750651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169273,"job_number":"JOB_169273","tr_customer_id":169290,"tr_customer_product_id":169280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:36.000Z","modified_at":"2026-01-28T06:45:14.000Z","name":"Alvina Brekke","mobile_number":"433-201-3322","email_id":"Arvid_Brakus28@yahoo.com","dop":"2025-04-06","serial_number":"12541156129369","imei1":"12541156129369","imei2":"12541156129369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169270,"job_number":"JOB_169270","tr_customer_id":169287,"tr_customer_product_id":169277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:58.000Z","name":"Frederik Terry","mobile_number":"661-243-3671","email_id":"Chanelle.Kub@yahoo.com","dop":"2025-04-06","serial_number":"16954217805864","imei1":"16954217805864","imei2":"16954217805864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169267,"job_number":"JOB_169267","tr_customer_id":169284,"tr_customer_product_id":169274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:07.000Z","modified_at":"2026-01-28T06:44:46.000Z","name":"Kaela Kemmer","mobile_number":"853-807-8369","email_id":"Karlee55@yahoo.com","dop":"2025-04-06","serial_number":"16667985947952","imei1":"16667985947952","imei2":"16667985947952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169265,"job_number":"JOB_169265","tr_customer_id":169282,"tr_customer_product_id":169272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:44:28.000Z","name":"Jaunita Hand","mobile_number":"927-882-6380","email_id":"Sabryna32@hotmail.com","dop":"2025-04-06","serial_number":"17377863721875","imei1":"17377863721875","imei2":"17377863721875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169262,"job_number":"JOB_169262","tr_customer_id":169279,"tr_customer_product_id":169269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:44:09.000Z","name":"Eloise Feest","mobile_number":"571-887-1962","email_id":"Giovanni_Durgan@yahoo.com","dop":"2025-04-06","serial_number":"13656250871489","imei1":"13656250871489","imei2":"13656250871489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169259,"job_number":"JOB_169259","tr_customer_id":169276,"tr_customer_product_id":169266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:39.000Z","modified_at":"2026-01-28T06:43:20.000Z","name":"Jayson Ratke","mobile_number":"308-499-7254","email_id":"Willa.Sauer71@gmail.com","dop":"2025-04-06","serial_number":"14058442192049","imei1":"14058442192049","imei2":"14058442192049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169255,"job_number":"JOB_169255","tr_customer_id":169272,"tr_customer_product_id":169262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:51.000Z","name":"Jalon Bernhard","mobile_number":"693-846-7951","email_id":"Leonel.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11662691923311","imei1":"11662691923311","imei2":"11662691923311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169249,"job_number":"JOB_169249","tr_customer_id":169266,"tr_customer_product_id":169256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:29.000Z","modified_at":"2026-01-28T06:39:07.000Z","name":"Royal Schaden","mobile_number":"537-883-4915","email_id":"Estell_Thiel0@gmail.com","dop":"2025-04-06","serial_number":"18415658957695","imei1":"18415658957695","imei2":"18415658957695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169246,"job_number":"JOB_169246","tr_customer_id":169263,"tr_customer_product_id":169253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:08.000Z","modified_at":"2026-01-28T06:38:51.000Z","name":"Izabella Howell","mobile_number":"380-464-2272","email_id":"Elmer64@gmail.com","dop":"2025-04-06","serial_number":"11102391139852","imei1":"11102391139852","imei2":"11102391139852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169240,"job_number":"JOB_169240","tr_customer_id":169257,"tr_customer_product_id":169247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:44.000Z","modified_at":"2026-01-28T06:38:22.000Z","name":"Dorothy Cummings","mobile_number":"473-756-4384","email_id":"Esteban_Maggio15@gmail.com","dop":"2025-04-06","serial_number":"15355263127433","imei1":"15355263127433","imei2":"15355263127433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169234,"job_number":"JOB_169234","tr_customer_id":169251,"tr_customer_product_id":169241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:59.000Z","name":"Brayan Walter","mobile_number":"836-222-1098","email_id":"Jo.Zboncak70@gmail.com","dop":"2025-04-06","serial_number":"16597203714015","imei1":"16597203714015","imei2":"16597203714015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169228,"job_number":"JOB_169228","tr_customer_id":169245,"tr_customer_product_id":169235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:37:06.000Z","name":"Janie Zulauf","mobile_number":"654-792-5257","email_id":"Ambrose.Mayert29@gmail.com","dop":"2025-04-06","serial_number":"15906470816623","imei1":"15906470816623","imei2":"15906470816623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169225,"job_number":"JOB_169225","tr_customer_id":169242,"tr_customer_product_id":169232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:28.000Z","modified_at":"2026-01-28T06:36:13.000Z","name":"Savanah Grimes","mobile_number":"993-362-9103","email_id":"Marquise78@yahoo.com","dop":"2025-04-06","serial_number":"13865939218237","imei1":"13865939218237","imei2":"13865939218237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169222,"job_number":"JOB_169222","tr_customer_id":169239,"tr_customer_product_id":169229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:54.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18419229565157","imei2":"18419229565157","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169220,"job_number":"JOB_169220","tr_customer_id":169237,"tr_customer_product_id":169227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12224682500799","imei2":"12224682500799","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169217,"job_number":"JOB_169217","tr_customer_id":169234,"tr_customer_product_id":169224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:57.000Z","name":"Dennis Johns","mobile_number":"226-359-2929","email_id":"Maya_Welch28@gmail.com","dop":"2025-04-06","serial_number":"15977779757863","imei1":"15977779757863","imei2":"15977779757863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169215,"job_number":"JOB_169215","tr_customer_id":169232,"tr_customer_product_id":169222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12955026135685","imei2":"12955026135685","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169207,"job_number":"JOB_169207","tr_customer_id":169224,"tr_customer_product_id":169214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:33:08.000Z","name":"Mona Cummerata","mobile_number":"843-283-6268","email_id":"Jessy_Raynor@gmail.com","dop":"2025-04-06","serial_number":"14171398576695","imei1":"14171398576695","imei2":"14171398576695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169204,"job_number":"JOB_169204","tr_customer_id":169221,"tr_customer_product_id":169211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:38.000Z","modified_at":"2026-01-28T06:32:19.000Z","name":"Dedric Schmitt","mobile_number":"717-828-4996","email_id":"Davion64@gmail.com","dop":"2025-04-06","serial_number":"11713863756779","imei1":"11713863756779","imei2":"11713863756779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169199,"job_number":"JOB_169199","tr_customer_id":169216,"tr_customer_product_id":169206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:31:10.000Z","name":"Kattie Wisoky","mobile_number":"643-295-9007","email_id":"Lisandro.Haley@yahoo.com","dop":"2025-04-06","serial_number":"10336602370137","imei1":"10336602370137","imei2":"10336602370137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169196,"job_number":"JOB_169196","tr_customer_id":169213,"tr_customer_product_id":169203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:45.000Z","modified_at":"2026-01-28T06:30:24.000Z","name":"Nora Hagenes","mobile_number":"847-687-5459","email_id":"Jade_Bartell54@gmail.com","dop":"2025-04-06","serial_number":"17659693658884","imei1":"17659693658884","imei2":"17659693658884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169193,"job_number":"JOB_169193","tr_customer_id":169210,"tr_customer_product_id":169200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:58.000Z","modified_at":"2026-01-28T06:29:37.000Z","name":"Jeromy Labadie","mobile_number":"559-404-1063","email_id":"Stefan98@gmail.com","dop":"2025-04-06","serial_number":"17397530002086","imei1":"17397530002086","imei2":"17397530002086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169190,"job_number":"JOB_169190","tr_customer_id":169207,"tr_customer_product_id":169197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:28:20.000Z","name":"Murl Beahan","mobile_number":"751-224-0236","email_id":"Constantin_Rutherford22@hotmail.com","dop":"2025-04-06","serial_number":"15802524508377","imei1":"15802524508377","imei2":"15802524508377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169187,"job_number":"JOB_169187","tr_customer_id":169204,"tr_customer_product_id":169194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:27:35.000Z","name":"Gardner Barrows","mobile_number":"293-504-1685","email_id":"Elinore_Parisian82@hotmail.com","dop":"2025-04-06","serial_number":"11781249597900","imei1":"11781249597900","imei2":"11781249597900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169184,"job_number":"JOB_169184","tr_customer_id":169201,"tr_customer_product_id":169191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:12.000Z","modified_at":"2026-01-28T06:26:50.000Z","name":"Desiree Considine","mobile_number":"579-302-9391","email_id":"Margarita.Zieme@gmail.com","dop":"2025-04-06","serial_number":"18384493859560","imei1":"18384493859560","imei2":"18384493859560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169181,"job_number":"JOB_169181","tr_customer_id":169198,"tr_customer_product_id":169188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:26:23.000Z","name":"Kasandra Nikolaus","mobile_number":"312-500-0548","email_id":"Sibyl.Johnston90@hotmail.com","dop":"2025-06-18","serial_number":"10004980498737","imei1":"10004980498737","imei2":"10004980498737","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169178,"job_number":"JOB_169178","tr_customer_id":169195,"tr_customer_product_id":169185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:38.000Z","name":"Aletha Hettinger","mobile_number":"492-780-3270","email_id":"Julius50@yahoo.com","dop":"2025-06-18","serial_number":"10525680322229","imei1":"10525680322229","imei2":"10525680322229","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169175,"job_number":"JOB_169175","tr_customer_id":169192,"tr_customer_product_id":169182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:26.000Z","modified_at":"2026-01-28T06:25:08.000Z","name":"Edd Wilderman","mobile_number":"654-846-6247","email_id":"Mozelle.Wunsch22@yahoo.com","dop":"2025-04-06","serial_number":"10795503859378","imei1":"10795503859378","imei2":"10795503859378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169252,"job_number":"JOB_169252","tr_customer_id":169269,"tr_customer_product_id":169259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:46.000Z","modified_at":"2026-01-28T06:39:23.000Z","name":"Antonina Grimes","mobile_number":"977-552-6987","email_id":"Federico.Littel@yahoo.com","dop":"2000-01-31","serial_number":"10008151462927","imei1":"10008151462927","imei2":"10008151462927","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169243,"job_number":"JOB_169243","tr_customer_id":169260,"tr_customer_product_id":169250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:01.000Z","modified_at":"2026-01-28T06:38:38.000Z","name":"Shanie Jaskolski","mobile_number":"755-277-4589","email_id":"Demetris_Quitzon@hotmail.com","dop":"2000-01-31","serial_number":"10950019646059","imei1":"10950019646059","imei2":"10950019646059","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169236,"job_number":"JOB_169236","tr_customer_id":169253,"tr_customer_product_id":169243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:54.000Z","name":"Adriel Donnelly","mobile_number":"496-421-2617","email_id":"Nash99@hotmail.com","dop":"2000-01-31","serial_number":"10914266289360","imei1":"10914266289360","imei2":"10914266289360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169231,"job_number":"JOB_169231","tr_customer_id":169248,"tr_customer_product_id":169238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:37:09.000Z","name":"Hanna Jerde","mobile_number":"360-607-5078","email_id":"Alf.Schmeler@gmail.com","dop":"2000-01-31","serial_number":"10183355301933","imei1":"10183355301933","imei2":"10183355301933","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:45.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:41.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169202,"job_number":"JOB_169202","tr_customer_id":169219,"tr_customer_product_id":169209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:31.000Z","modified_at":"2026-01-28T06:32:01.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73187115335706","imei1":"73187115335706","imei2":"73187115335706","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169201,"job_number":"JOB_169201","tr_customer_id":169218,"tr_customer_product_id":169208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:13.000Z","modified_at":"2026-01-28T06:31:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"38646369655633","imei1":"38646369655633","imei2":"38646369655633","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169174,"job_number":"JOB_169174","tr_customer_id":169191,"tr_customer_product_id":169181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:37.000Z","modified_at":"2026-01-28T06:23:48.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"65069982436230","imei1":"65069982436230","imei2":"65069982436230","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169173,"job_number":"JOB_169173","tr_customer_id":169190,"tr_customer_product_id":169180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:21.000Z","modified_at":"2026-01-28T06:23:32.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73029545589683","imei1":"73029545589683","imei2":"73029545589683","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169172,"job_number":"JOB_169172","tr_customer_id":169189,"tr_customer_product_id":169179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:06.000Z","modified_at":"2026-01-28T06:23:17.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"77448656493015","imei1":"77448656493015","imei2":"77448656493015","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169170,"job_number":"JOB_169170","tr_customer_id":169187,"tr_customer_product_id":169177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:50.000Z","name":"Carlie Larkin","mobile_number":"976-832-0879","email_id":"Izabella15@hotmail.com","dop":"2025-06-09","serial_number":"107657885724789","imei1":"107657885724789","imei2":"107657885724789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169167,"job_number":"JOB_169167","tr_customer_id":169184,"tr_customer_product_id":169174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:33.000Z","name":"Aida Kozey","mobile_number":"559-670-0339","email_id":"David.McClure@hotmail.com","dop":"2025-06-09","serial_number":"105493494436147","imei1":"105493494436147","imei2":"105493494436147","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169164,"job_number":"JOB_169164","tr_customer_id":169181,"tr_customer_product_id":169171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:16.000Z","name":"Mustafa Schamberger","mobile_number":"878-596-8649","email_id":"Ines.Nitzsche@hotmail.com","dop":"2025-06-09","serial_number":"108373983044564","imei1":"108373983044564","imei2":"108373983044564","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169162,"job_number":"JOB_169162","tr_customer_id":169179,"tr_customer_product_id":169169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:19:15.000Z","modified_at":"2026-01-28T06:19:40.000Z","name":"Brennon Roberts","mobile_number":"888-596-1113","email_id":"Cierra80@yahoo.com","dop":"2025-10-01","serial_number":"16651025538656","imei1":"16651025538656","imei2":"16651025538656","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:05.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:48.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 842f8a16-6cea-43d1-b2af-2a056afea1f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169347
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token daf79fe7-f169-4e5c-a7b1-2405c33c7a2a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ba4d019-ab55-4fef-8ace-6d64574cfca8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-kz8dD8hwtumL9Uo8e2LoS+YMpY8"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDh9.C3HQRYY1_uAc0Q4JFM28nMAaOC22Zqj0LQvmHTOXW5A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDh9.C3HQRYY1_uAc0Q4JFM28nMAaOC22Zqj0LQvmHTOXW5A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e4201bf6-8d11-4a22-be11-539190436f5b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 300ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDh9.C3HQRYY1_uAc0Q4JFM28nMAaOC22Zqj0LQvmHTOXW5A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be4e6602-60e2-4ba4-b6c3-ac6f59aa7d08
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-rDqDx9GRNFFBEhfavbPSU3NRkLI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":402},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 302ms
Mean size per request: 390.96KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3528a9ec-5b91-4815-8375-2389f538552f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61bdc-5s7kW8pfnnIBhUeO9ytfkV/4Mw8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:45.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDh9.C3HQRYY1_uAc0Q4JFM28nMAaOC22Zqj0LQvmHTOXW5A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f8d1d309-2667-4bcb-8221-e23ca927d32a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDh9.C3HQRYY1_uAc0Q4JFM28nMAaOC22Zqj0LQvmHTOXW5A
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a10ccdf5-6b78-4b25-9b3e-4ff1079350ac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 169347,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 323ms
Mean size per request: 390KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDh9.C3HQRYY1_uAc0Q4JFM28nMAaOC22Zqj0LQvmHTOXW5A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 278ba6e6-0c4c-42a0-8f92-c691d85f92d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"617fe-ZGG5rHvIr0Q/zhwnoRPhYOILX3Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4917fb48-b4fa-481b-95cd-6cf037719cd8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-KhCAcD3LYToXlvPd1y7XZrwF3FU"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTB9.Dhxg-1yVQ5OfMJVxa0atgvBqu4UXgaN3CA40PV_V0ao"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTB9.Dhxg-1yVQ5OfMJVxa0atgvBqu4UXgaN3CA40PV_V0ao
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 31a5ee6e-efb0-483a-acce-03e27cc0a8a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTB9.Dhxg-1yVQ5OfMJVxa0atgvBqu4UXgaN3CA40PV_V0ao
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4eba751c-3619-46a8-ab2e-30414eea6e52
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-oSfNZJgu/YcuvMSijzSZ7DtGrBI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":159}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 1005B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTB9.Dhxg-1yVQ5OfMJVxa0atgvBqu4UXgaN3CA40PV_V0ao
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d9e7f91-3c33-4303-b5da-9fcca828668b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1005
ETag W/"3ed-rmRyPE00T8/zl0zrCFESqt4tjqA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:49.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T07:26:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTB9.Dhxg-1yVQ5OfMJVxa0atgvBqu4UXgaN3CA40PV_V0ao
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 293e8eca-a540-4a4c-be3c-315edfb66e9c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 467ms
Mean size per request: 1.16KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTB9.Dhxg-1yVQ5OfMJVxa0atgvBqu4UXgaN3CA40PV_V0ao
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5a2b09ed-482a-4004-9b67-700a1e9c0a9e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a8-h4TKdJOhUmb1DgQDTqcapDOSsY8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:49.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T07:26:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":169347,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-28T07:26:45.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTB9.Dhxg-1yVQ5OfMJVxa0atgvBqu4UXgaN3CA40PV_V0ao
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7af2d743-81e4-4bb9-9dac-f916779317e5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTB9.Dhxg-1yVQ5OfMJVxa0atgvBqu4UXgaN3CA40PV_V0ao
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ac0e1c2c-a40e-4485-b08e-d8289f083af1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":169347,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be8295a4-31f2-4ff2-ac57-84938f467e4d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-QplW16Ny9ybHUnY51J8QABiLrSE"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIxMn0.rLCIqFYjFeIshAe4gKHwC8VsEWbYfOE9_6Ka7Pp2iQo"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIxMn0.rLCIqFYjFeIshAe4gKHwC8VsEWbYfOE9_6Ka7Pp2iQo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4d39cc90-9134-4007-81c1-c4ee6ca75e2d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIxMn0.rLCIqFYjFeIshAe4gKHwC8VsEWbYfOE9_6Ka7Pp2iQo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1fc2d05a-3625-431d-9b3d-9d2874c5bea7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-KUN/evzfHJnTeD77x3G3M72awJo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":159},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 241ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIxMn0.rLCIqFYjFeIshAe4gKHwC8VsEWbYfOE9_6Ka7Pp2iQo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ad91b27-05b7-40b9-9a83-09b1f0cc7805
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 153.58KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIxMn0.rLCIqFYjFeIshAe4gKHwC8VsEWbYfOE9_6Ka7Pp2iQo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token abda772c-32db-4c13-b42e-9b0d58db21c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"26655-KEezjKnLwCMsCT3C5dP7Alrqkkw"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:26:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169333,"job_number":"JOB_169333","tr_customer_id":169350,"tr_customer_product_id":169340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:22.000Z","modified_at":"2026-01-28T07:20:30.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16550353033710","imei1":"16550353033710","imei2":"16550353033710","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169332,"job_number":"JOB_169332","tr_customer_id":169349,"tr_customer_product_id":169339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:11.000Z","modified_at":"2026-01-28T07:20:18.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"12953321675937","imei1":"12953321675937","imei2":"12953321675937","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169331,"job_number":"JOB_169331","tr_customer_id":169348,"tr_customer_product_id":169338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:11.000Z","modified_at":"2026-01-28T07:17:18.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15042754541625","imei1":"15042754541625","imei2":"15042754541625","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169330,"job_number":"JOB_169330","tr_customer_id":169347,"tr_customer_product_id":169337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:02.000Z","modified_at":"2026-01-28T07:17:09.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"10603145484641","imei1":"10603145484641","imei2":"10603145484641","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169317,"job_number":"JOB_169317","tr_customer_id":169334,"tr_customer_product_id":169324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:51.000Z","modified_at":"2026-01-28T07:05:28.000Z","name":"Narciso Cassin","mobile_number":"924-657-5140","email_id":"Oma.Haag@hotmail.com","dop":"2025-04-06","serial_number":"14351024844647","imei1":"14351024844647","imei2":"14351024844647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:05:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169315,"job_number":"JOB_169315","tr_customer_id":169332,"tr_customer_product_id":169322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:08.000Z","modified_at":"2026-01-28T07:04:45.000Z","name":"Katarina Hegmann","mobile_number":"750-968-3211","email_id":"Ed_Weber42@hotmail.com","dop":"2025-04-06","serial_number":"17441403306730","imei1":"17441403306730","imei2":"17441403306730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169313,"job_number":"JOB_169313","tr_customer_id":169330,"tr_customer_product_id":169320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:24.000Z","modified_at":"2026-01-28T07:04:01.000Z","name":"Jazmyne Herzog","mobile_number":"704-921-0767","email_id":"Madelyn.Kemmer@yahoo.com","dop":"2025-04-06","serial_number":"19474781603369","imei1":"19474781603369","imei2":"19474781603369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169298,"job_number":"JOB_169298","tr_customer_id":169315,"tr_customer_product_id":169305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:52:14.000Z","name":"Margret Raynor","mobile_number":"778-751-6143","email_id":"Alexandrine_Kozey16@hotmail.com","dop":"2026-01-04","serial_number":"19680175662439","imei1":"19680175662439","imei2":"19680175662439","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169295,"job_number":"JOB_169295","tr_customer_id":169312,"tr_customer_product_id":169302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:52:02.000Z","name":"Makenna Lind","mobile_number":"626-541-5557","email_id":"Cordelia.Langworth29@yahoo.com","dop":"2025-04-06","serial_number":"17859336830099","imei1":"17859336830099","imei2":"17859336830099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169292,"job_number":"JOB_169292","tr_customer_id":169309,"tr_customer_product_id":169299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:49.000Z","modified_at":"2026-01-28T06:51:27.000Z","name":"Garnet Huel","mobile_number":"344-909-3921","email_id":"Eloisa.Considine@gmail.com","dop":"2026-01-04","serial_number":"10805605591895","imei1":"10805605591895","imei2":"10805605591895","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169289,"job_number":"JOB_169289","tr_customer_id":169306,"tr_customer_product_id":169296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:51:10.000Z","name":"Bradly Hilll","mobile_number":"242-938-7074","email_id":"Hillard_Schiller@hotmail.com","dop":"2025-04-06","serial_number":"16836325023930","imei1":"16836325023930","imei2":"16836325023930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169286,"job_number":"JOB_169286","tr_customer_id":169303,"tr_customer_product_id":169293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:41.000Z","name":"Jonatan Bartoletti","mobile_number":"293-358-2562","email_id":"Aisha.Lind@hotmail.com","dop":"2026-01-04","serial_number":"15057345729769","imei1":"15057345729769","imei2":"15057345729769","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169283,"job_number":"JOB_169283","tr_customer_id":169300,"tr_customer_product_id":169290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:38.000Z","modified_at":"2026-01-28T06:50:19.000Z","name":"Tyshawn Hauck","mobile_number":"949-831-1616","email_id":"Daisy69@hotmail.com","dop":"2025-04-06","serial_number":"19105547039204","imei1":"19105547039204","imei2":"19105547039204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169281,"job_number":"JOB_169281","tr_customer_id":169298,"tr_customer_product_id":169288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:50:17.000Z","name":"Dale Grant","mobile_number":"400-750-3554","email_id":"Glen49@gmail.com","dop":"2025-04-06","serial_number":"10699011076598","imei1":"10699011076598","imei2":"10699011076598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169278,"job_number":"JOB_169278","tr_customer_id":169295,"tr_customer_product_id":169285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:22.000Z","modified_at":"2026-01-28T06:46:00.000Z","name":"Russel Purdy","mobile_number":"830-591-8160","email_id":"Maybelle.Rath@yahoo.com","dop":"2025-04-06","serial_number":"14807027129681","imei1":"14807027129681","imei2":"14807027129681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169275,"job_number":"JOB_169275","tr_customer_id":169292,"tr_customer_product_id":169282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:06.000Z","modified_at":"2026-01-28T06:45:48.000Z","name":"Joe White","mobile_number":"699-481-1057","email_id":"Cory_Schroeder@yahoo.com","dop":"2025-04-06","serial_number":"10743613750651","imei1":"10743613750651","imei2":"10743613750651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169273,"job_number":"JOB_169273","tr_customer_id":169290,"tr_customer_product_id":169280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:36.000Z","modified_at":"2026-01-28T06:45:14.000Z","name":"Alvina Brekke","mobile_number":"433-201-3322","email_id":"Arvid_Brakus28@yahoo.com","dop":"2025-04-06","serial_number":"12541156129369","imei1":"12541156129369","imei2":"12541156129369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169270,"job_number":"JOB_169270","tr_customer_id":169287,"tr_customer_product_id":169277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:58.000Z","name":"Frederik Terry","mobile_number":"661-243-3671","email_id":"Chanelle.Kub@yahoo.com","dop":"2025-04-06","serial_number":"16954217805864","imei1":"16954217805864","imei2":"16954217805864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169267,"job_number":"JOB_169267","tr_customer_id":169284,"tr_customer_product_id":169274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:07.000Z","modified_at":"2026-01-28T06:44:46.000Z","name":"Kaela Kemmer","mobile_number":"853-807-8369","email_id":"Karlee55@yahoo.com","dop":"2025-04-06","serial_number":"16667985947952","imei1":"16667985947952","imei2":"16667985947952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169265,"job_number":"JOB_169265","tr_customer_id":169282,"tr_customer_product_id":169272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:44:28.000Z","name":"Jaunita Hand","mobile_number":"927-882-6380","email_id":"Sabryna32@hotmail.com","dop":"2025-04-06","serial_number":"17377863721875","imei1":"17377863721875","imei2":"17377863721875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169262,"job_number":"JOB_169262","tr_customer_id":169279,"tr_customer_product_id":169269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:44:09.000Z","name":"Eloise Feest","mobile_number":"571-887-1962","email_id":"Giovanni_Durgan@yahoo.com","dop":"2025-04-06","serial_number":"13656250871489","imei1":"13656250871489","imei2":"13656250871489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169259,"job_number":"JOB_169259","tr_customer_id":169276,"tr_customer_product_id":169266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:39.000Z","modified_at":"2026-01-28T06:43:20.000Z","name":"Jayson Ratke","mobile_number":"308-499-7254","email_id":"Willa.Sauer71@gmail.com","dop":"2025-04-06","serial_number":"14058442192049","imei1":"14058442192049","imei2":"14058442192049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169255,"job_number":"JOB_169255","tr_customer_id":169272,"tr_customer_product_id":169262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:51.000Z","name":"Jalon Bernhard","mobile_number":"693-846-7951","email_id":"Leonel.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11662691923311","imei1":"11662691923311","imei2":"11662691923311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169249,"job_number":"JOB_169249","tr_customer_id":169266,"tr_customer_product_id":169256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:29.000Z","modified_at":"2026-01-28T06:39:07.000Z","name":"Royal Schaden","mobile_number":"537-883-4915","email_id":"Estell_Thiel0@gmail.com","dop":"2025-04-06","serial_number":"18415658957695","imei1":"18415658957695","imei2":"18415658957695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169246,"job_number":"JOB_169246","tr_customer_id":169263,"tr_customer_product_id":169253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:08.000Z","modified_at":"2026-01-28T06:38:51.000Z","name":"Izabella Howell","mobile_number":"380-464-2272","email_id":"Elmer64@gmail.com","dop":"2025-04-06","serial_number":"11102391139852","imei1":"11102391139852","imei2":"11102391139852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169240,"job_number":"JOB_169240","tr_customer_id":169257,"tr_customer_product_id":169247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:44.000Z","modified_at":"2026-01-28T06:38:22.000Z","name":"Dorothy Cummings","mobile_number":"473-756-4384","email_id":"Esteban_Maggio15@gmail.com","dop":"2025-04-06","serial_number":"15355263127433","imei1":"15355263127433","imei2":"15355263127433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169234,"job_number":"JOB_169234","tr_customer_id":169251,"tr_customer_product_id":169241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:59.000Z","name":"Brayan Walter","mobile_number":"836-222-1098","email_id":"Jo.Zboncak70@gmail.com","dop":"2025-04-06","serial_number":"16597203714015","imei1":"16597203714015","imei2":"16597203714015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169228,"job_number":"JOB_169228","tr_customer_id":169245,"tr_customer_product_id":169235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:37:06.000Z","name":"Janie Zulauf","mobile_number":"654-792-5257","email_id":"Ambrose.Mayert29@gmail.com","dop":"2025-04-06","serial_number":"15906470816623","imei1":"15906470816623","imei2":"15906470816623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169225,"job_number":"JOB_169225","tr_customer_id":169242,"tr_customer_product_id":169232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:28.000Z","modified_at":"2026-01-28T06:36:13.000Z","name":"Savanah Grimes","mobile_number":"993-362-9103","email_id":"Marquise78@yahoo.com","dop":"2025-04-06","serial_number":"13865939218237","imei1":"13865939218237","imei2":"13865939218237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169222,"job_number":"JOB_169222","tr_customer_id":169239,"tr_customer_product_id":169229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:54.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18419229565157","imei2":"18419229565157","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169220,"job_number":"JOB_169220","tr_customer_id":169237,"tr_customer_product_id":169227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12224682500799","imei2":"12224682500799","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169217,"job_number":"JOB_169217","tr_customer_id":169234,"tr_customer_product_id":169224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:57.000Z","name":"Dennis Johns","mobile_number":"226-359-2929","email_id":"Maya_Welch28@gmail.com","dop":"2025-04-06","serial_number":"15977779757863","imei1":"15977779757863","imei2":"15977779757863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169215,"job_number":"JOB_169215","tr_customer_id":169232,"tr_customer_product_id":169222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12955026135685","imei2":"12955026135685","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169207,"job_number":"JOB_169207","tr_customer_id":169224,"tr_customer_product_id":169214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:33:08.000Z","name":"Mona Cummerata","mobile_number":"843-283-6268","email_id":"Jessy_Raynor@gmail.com","dop":"2025-04-06","serial_number":"14171398576695","imei1":"14171398576695","imei2":"14171398576695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169204,"job_number":"JOB_169204","tr_customer_id":169221,"tr_customer_product_id":169211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:38.000Z","modified_at":"2026-01-28T06:32:19.000Z","name":"Dedric Schmitt","mobile_number":"717-828-4996","email_id":"Davion64@gmail.com","dop":"2025-04-06","serial_number":"11713863756779","imei1":"11713863756779","imei2":"11713863756779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169199,"job_number":"JOB_169199","tr_customer_id":169216,"tr_customer_product_id":169206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:31:10.000Z","name":"Kattie Wisoky","mobile_number":"643-295-9007","email_id":"Lisandro.Haley@yahoo.com","dop":"2025-04-06","serial_number":"10336602370137","imei1":"10336602370137","imei2":"10336602370137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169196,"job_number":"JOB_169196","tr_customer_id":169213,"tr_customer_product_id":169203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:45.000Z","modified_at":"2026-01-28T06:30:24.000Z","name":"Nora Hagenes","mobile_number":"847-687-5459","email_id":"Jade_Bartell54@gmail.com","dop":"2025-04-06","serial_number":"17659693658884","imei1":"17659693658884","imei2":"17659693658884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169193,"job_number":"JOB_169193","tr_customer_id":169210,"tr_customer_product_id":169200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:58.000Z","modified_at":"2026-01-28T06:29:37.000Z","name":"Jeromy Labadie","mobile_number":"559-404-1063","email_id":"Stefan98@gmail.com","dop":"2025-04-06","serial_number":"17397530002086","imei1":"17397530002086","imei2":"17397530002086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169190,"job_number":"JOB_169190","tr_customer_id":169207,"tr_customer_product_id":169197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:28:20.000Z","name":"Murl Beahan","mobile_number":"751-224-0236","email_id":"Constantin_Rutherford22@hotmail.com","dop":"2025-04-06","serial_number":"15802524508377","imei1":"15802524508377","imei2":"15802524508377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169187,"job_number":"JOB_169187","tr_customer_id":169204,"tr_customer_product_id":169194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:27:35.000Z","name":"Gardner Barrows","mobile_number":"293-504-1685","email_id":"Elinore_Parisian82@hotmail.com","dop":"2025-04-06","serial_number":"11781249597900","imei1":"11781249597900","imei2":"11781249597900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169184,"job_number":"JOB_169184","tr_customer_id":169201,"tr_customer_product_id":169191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:12.000Z","modified_at":"2026-01-28T06:26:50.000Z","name":"Desiree Considine","mobile_number":"579-302-9391","email_id":"Margarita.Zieme@gmail.com","dop":"2025-04-06","serial_number":"18384493859560","imei1":"18384493859560","imei2":"18384493859560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169181,"job_number":"JOB_169181","tr_customer_id":169198,"tr_customer_product_id":169188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:26:23.000Z","name":"Kasandra Nikolaus","mobile_number":"312-500-0548","email_id":"Sibyl.Johnston90@hotmail.com","dop":"2025-06-18","serial_number":"10004980498737","imei1":"10004980498737","imei2":"10004980498737","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169178,"job_number":"JOB_169178","tr_customer_id":169195,"tr_customer_product_id":169185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:38.000Z","name":"Aletha Hettinger","mobile_number":"492-780-3270","email_id":"Julius50@yahoo.com","dop":"2025-06-18","serial_number":"10525680322229","imei1":"10525680322229","imei2":"10525680322229","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169175,"job_number":"JOB_169175","tr_customer_id":169192,"tr_customer_product_id":169182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:26.000Z","modified_at":"2026-01-28T06:25:08.000Z","name":"Edd Wilderman","mobile_number":"654-846-6247","email_id":"Mozelle.Wunsch22@yahoo.com","dop":"2025-04-06","serial_number":"10795503859378","imei1":"10795503859378","imei2":"10795503859378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168762,"job_number":"JOB_168762","tr_customer_id":168779,"tr_customer_product_id":168769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T20:49:14.000Z","modified_at":"2026-01-28T01:51:41.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-22","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-22T20:49:13.783638617Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169252,"job_number":"JOB_169252","tr_customer_id":169269,"tr_customer_product_id":169259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:46.000Z","modified_at":"2026-01-28T06:39:23.000Z","name":"Antonina Grimes","mobile_number":"977-552-6987","email_id":"Federico.Littel@yahoo.com","dop":"2000-01-31","serial_number":"10008151462927","imei1":"10008151462927","imei2":"10008151462927","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169243,"job_number":"JOB_169243","tr_customer_id":169260,"tr_customer_product_id":169250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:01.000Z","modified_at":"2026-01-28T06:38:38.000Z","name":"Shanie Jaskolski","mobile_number":"755-277-4589","email_id":"Demetris_Quitzon@hotmail.com","dop":"2000-01-31","serial_number":"10950019646059","imei1":"10950019646059","imei2":"10950019646059","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169236,"job_number":"JOB_169236","tr_customer_id":169253,"tr_customer_product_id":169243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:54.000Z","name":"Adriel Donnelly","mobile_number":"496-421-2617","email_id":"Nash99@hotmail.com","dop":"2000-01-31","serial_number":"10914266289360","imei1":"10914266289360","imei2":"10914266289360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169231,"job_number":"JOB_169231","tr_customer_id":169248,"tr_customer_product_id":169238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:37:09.000Z","name":"Hanna Jerde","mobile_number":"360-607-5078","email_id":"Alf.Schmeler@gmail.com","dop":"2000-01-31","serial_number":"10183355301933","imei1":"10183355301933","imei2":"10183355301933","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:41.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169202,"job_number":"JOB_169202","tr_customer_id":169219,"tr_customer_product_id":169209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:31.000Z","modified_at":"2026-01-28T06:32:01.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73187115335706","imei1":"73187115335706","imei2":"73187115335706","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169201,"job_number":"JOB_169201","tr_customer_id":169218,"tr_customer_product_id":169208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:13.000Z","modified_at":"2026-01-28T06:31:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"38646369655633","imei1":"38646369655633","imei2":"38646369655633","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169174,"job_number":"JOB_169174","tr_customer_id":169191,"tr_customer_product_id":169181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:37.000Z","modified_at":"2026-01-28T06:23:48.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"65069982436230","imei1":"65069982436230","imei2":"65069982436230","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169173,"job_number":"JOB_169173","tr_customer_id":169190,"tr_customer_product_id":169180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:21.000Z","modified_at":"2026-01-28T06:23:32.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73029545589683","imei1":"73029545589683","imei2":"73029545589683","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169172,"job_number":"JOB_169172","tr_customer_id":169189,"tr_customer_product_id":169179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:06.000Z","modified_at":"2026-01-28T06:23:17.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"77448656493015","imei1":"77448656493015","imei2":"77448656493015","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169170,"job_number":"JOB_169170","tr_customer_id":169187,"tr_customer_product_id":169177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:50.000Z","name":"Carlie Larkin","mobile_number":"976-832-0879","email_id":"Izabella15@hotmail.com","dop":"2025-06-09","serial_number":"107657885724789","imei1":"107657885724789","imei2":"107657885724789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169167,"job_number":"JOB_169167","tr_customer_id":169184,"tr_customer_product_id":169174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:33.000Z","name":"Aida Kozey","mobile_number":"559-670-0339","email_id":"David.McClure@hotmail.com","dop":"2025-06-09","serial_number":"105493494436147","imei1":"105493494436147","imei2":"105493494436147","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169164,"job_number":"JOB_169164","tr_customer_id":169181,"tr_customer_product_id":169171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:16.000Z","name":"Mustafa Schamberger","mobile_number":"878-596-8649","email_id":"Ines.Nitzsche@hotmail.com","dop":"2025-06-09","serial_number":"108373983044564","imei1":"108373983044564","imei2":"108373983044564","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169162,"job_number":"JOB_169162","tr_customer_id":169179,"tr_customer_product_id":169169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:19:15.000Z","modified_at":"2026-01-28T06:19:40.000Z","name":"Brennon Roberts","mobile_number":"888-596-1113","email_id":"Cierra80@yahoo.com","dop":"2025-10-01","serial_number":"16651025538656","imei1":"16651025538656","imei2":"16651025538656","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:05.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:48.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 679ms
Mean size per request: 1019B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIxMn0.rLCIqFYjFeIshAe4gKHwC8VsEWbYfOE9_6Ka7Pp2iQo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 703dbdb6-7f90-468a-ab2a-a70c562674be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1019
ETag W/"3fb-fovMv9tYxS6wfUSlXtwhYw7pwAo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:52.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-28T07:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIxMn0.rLCIqFYjFeIshAe4gKHwC8VsEWbYfOE9_6Ka7Pp2iQo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c0bd2549-33cd-4c66-be06-07a09888b593
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169347
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 630ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIxMn0.rLCIqFYjFeIshAe4gKHwC8VsEWbYfOE9_6Ka7Pp2iQo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6a38c8e3-02ba-43a7-9a79-7dcfa03642a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 05c4b2fb-2c62-4db9-b7cc-9e6bfce28138
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-nBgj71Q8gjwx5jKjhINbTZCFm7A"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTV9.aTXAn66Zuy0-X6b-bq0YAVt6q8JD5grXSAdcOStsjeQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef4b6f04-42df-496a-9020-16d40e10ff5d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce6b511c-69d5-4fd8-93b0-68b2a3c0050f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-pq/VkOv+zKZgRf1Og0YHaRnEhLI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":557},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 1010B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 753b163e-065e-4303-9682-fafa8fee4af2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1010
ETag W/"3f2-Q/wCVmlVvJxgNyIODBRrvNb+904"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:54.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T07:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 1010B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 12fe7ade-b802-4f1e-aa70-a6df8bddf679
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1010
ETag W/"3f2-Q/wCVmlVvJxgNyIODBRrvNb+904"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:54.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T07:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf7da4b3-6111-4c51-ae93-af479cb5f7f3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169347
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c70f8a99-4b3f-44b3-9ef6-941d2db2c574
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169347
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDF9.qm3anXAGbPFBx2MHgKex9oHL61d1l13OMV5y24ZhqhY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ada29b7f-03a5-42ec-ab18-8056c0a31d23
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4305cab9-2c8d-48e2-ace9-cbd98c88bd8b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-rFU/ev2BhsQneAbwl0RSho6K1Lk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 238ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 928d565d-d0d7-4fa0-ac9f-446621751518
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 96a025f9-51e9-4dc5-8b5b-1e1a29d99157
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6dd590b3-da11-4b80-97ad-b037d4c19d46
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06776518-eb33-4faa-89a7-8400da1ff809
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 235ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 67e5d1c3-7b67-4c0d-a9c9-009062f57aec
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token de47743d-f5e3-49f7-b9aa-eea7cda982ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-1s4vFzNCN/QUzw0XopXsiVp/d60"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":557},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 235ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 024e0ebc-621d-444b-842a-9e00f220c158
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e6bccf8-072e-4946-9042-897abc20885f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-1s4vFzNCN/QUzw0XopXsiVp/d60"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:26:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":557},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c25edd06-5be2-4ba1-88cf-cd41b9648cff
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:27:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea2db68b-3006-404c-bfb8-8b245bdc9618
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49f577da-5c6c-4d58-a3b3-206641d750c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:27:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 304ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
randomnumber 994
randomFirstName Sedrick
randomLastName Brekke
randomEmail Magdalen.Dickinson@hotmail.com
randomPhone 883-939-5455
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef7fa870-d5e4-4da5-83c0-cfd9ad5cf6a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Fannie",
                "last_name": "Kuhlman",
                "mobile_number": "284-683-1696",
                "mobile_number_alt": "",
                "email_id": "Katarina1@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"21299431766187",
                "imei1": "21299431766187",
                "imei2": "21299431766187",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-IEFE29+a44+jlARkygQKbkFR6Is"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":169365,"tr_customer_product_id":169355,"job_number":"JOB_169348"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
randomnumber 764
randomFirstName Daryl
randomLastName Murphy
randomEmail Cesar_McKenzie50@hotmail.com
randomPhone 728-505-5664
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 75841c90-1b35-46b1-84ea-83f65f4ed98b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1047
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Colby",
                "last_name": "Carroll",
                "mobile_number": "564-343-9946",
                "mobile_number_alt": "",
                "email_id": "Kylee71@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"89165260232502",
                "imei1": "89165260232502",
                "imei2": "89165260232502",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 239ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMDh9.C3HQRYY1_uAc0Q4JFM28nMAaOC22Zqj0LQvmHTOXW5A
randomnumber 649
randomFirstName Braden
randomLastName Pfeffer
randomEmail Alexie5@gmail.com
randomPhone 290-230-5682
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d6f9d703-2242-4928-83e7-0f732e7aecbb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Fred",
                "last_name": "Skiles",
                "mobile_number": "982-257-6899",
                "mobile_number_alt": "",
                "email_id": "Camilla_Dietrich@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"40702224839191",
                "imei1": "40702224839191",
                "imei2": "40702224839191",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 237ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
randomnumber 937
randomFirstName Rosamond
randomLastName Reichel
randomEmail Pauline_Schowalter@hotmail.com
randomPhone 772-764-9896
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6141f23a-b535-41cb-95a1-2e9cd97b5ea3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 240ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
randomnumber 831
randomFirstName Adan
randomLastName Wiza
randomEmail Alivia.Lueilwitz@yahoo.com
randomPhone 516-487-3594
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7bf30867-cbe2-4550-98a0-f309f2550a18
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1030
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Wilton",
                "last_name": "Berge",
                "mobile_number": "267-254-4370",
                "mobile_number_alt": "",
                "email_id": "Evie37@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000669",
                "imei1": "100000669",
                "imei2": "100000669",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 237ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
randomnumber 80
randomFirstName Jamal
randomLastName Barton
randomEmail Eugene15@yahoo.com
randomPhone 205-838-7593
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 33306edf-dca9-4e8c-ad5d-8dbeba59afc2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1dbdd699-0ef1-4513-8715-b760a48d835c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-gnsnt2UCdw0qwRoc95PyJT86yKE"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":558},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 867ms
Mean size per request: 541.6KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5f317fb3-5336-41d9-9ba8-caaa56c7f3a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"87663-0KmaLQH/oJyqf1CElFmQgKUwBH0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:27:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169333,"job_number":"JOB_169333","tr_customer_id":169350,"tr_customer_product_id":169340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:22.000Z","modified_at":"2026-01-28T07:20:30.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16550353033710","imei1":"16550353033710","imei2":"16550353033710","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169332,"job_number":"JOB_169332","tr_customer_id":169349,"tr_customer_product_id":169339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:11.000Z","modified_at":"2026-01-28T07:20:18.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"12953321675937","imei1":"12953321675937","imei2":"12953321675937","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169331,"job_number":"JOB_169331","tr_customer_id":169348,"tr_customer_product_id":169338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:11.000Z","modified_at":"2026-01-28T07:17:18.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15042754541625","imei1":"15042754541625","imei2":"15042754541625","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169330,"job_number":"JOB_169330","tr_customer_id":169347,"tr_customer_product_id":169337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:02.000Z","modified_at":"2026-01-28T07:17:09.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"10603145484641","imei1":"10603145484641","imei2":"10603145484641","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169317,"job_number":"JOB_169317","tr_customer_id":169334,"tr_customer_product_id":169324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:51.000Z","modified_at":"2026-01-28T07:05:28.000Z","name":"Narciso Cassin","mobile_number":"924-657-5140","email_id":"Oma.Haag@hotmail.com","dop":"2025-04-06","serial_number":"14351024844647","imei1":"14351024844647","imei2":"14351024844647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:05:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169315,"job_number":"JOB_169315","tr_customer_id":169332,"tr_customer_product_id":169322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:08.000Z","modified_at":"2026-01-28T07:04:45.000Z","name":"Katarina Hegmann","mobile_number":"750-968-3211","email_id":"Ed_Weber42@hotmail.com","dop":"2025-04-06","serial_number":"17441403306730","imei1":"17441403306730","imei2":"17441403306730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169313,"job_number":"JOB_169313","tr_customer_id":169330,"tr_customer_product_id":169320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:24.000Z","modified_at":"2026-01-28T07:04:01.000Z","name":"Jazmyne Herzog","mobile_number":"704-921-0767","email_id":"Madelyn.Kemmer@yahoo.com","dop":"2025-04-06","serial_number":"19474781603369","imei1":"19474781603369","imei2":"19474781603369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169298,"job_number":"JOB_169298","tr_customer_id":169315,"tr_customer_product_id":169305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:52:14.000Z","name":"Margret Raynor","mobile_number":"778-751-6143","email_id":"Alexandrine_Kozey16@hotmail.com","dop":"2026-01-04","serial_number":"19680175662439","imei1":"19680175662439","imei2":"19680175662439","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169295,"job_number":"JOB_169295","tr_customer_id":169312,"tr_customer_product_id":169302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:52:02.000Z","name":"Makenna Lind","mobile_number":"626-541-5557","email_id":"Cordelia.Langworth29@yahoo.com","dop":"2025-04-06","serial_number":"17859336830099","imei1":"17859336830099","imei2":"17859336830099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169292,"job_number":"JOB_169292","tr_customer_id":169309,"tr_customer_product_id":169299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:49.000Z","modified_at":"2026-01-28T06:51:27.000Z","name":"Garnet Huel","mobile_number":"344-909-3921","email_id":"Eloisa.Considine@gmail.com","dop":"2026-01-04","serial_number":"10805605591895","imei1":"10805605591895","imei2":"10805605591895","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169289,"job_number":"JOB_169289","tr_customer_id":169306,"tr_customer_product_id":169296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:51:10.000Z","name":"Bradly Hilll","mobile_number":"242-938-7074","email_id":"Hillard_Schiller@hotmail.com","dop":"2025-04-06","serial_number":"16836325023930","imei1":"16836325023930","imei2":"16836325023930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169286,"job_number":"JOB_169286","tr_customer_id":169303,"tr_customer_product_id":169293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:41.000Z","name":"Jonatan Bartoletti","mobile_number":"293-358-2562","email_id":"Aisha.Lind@hotmail.com","dop":"2026-01-04","serial_number":"15057345729769","imei1":"15057345729769","imei2":"15057345729769","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169283,"job_number":"JOB_169283","tr_customer_id":169300,"tr_customer_product_id":169290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:38.000Z","modified_at":"2026-01-28T06:50:19.000Z","name":"Tyshawn Hauck","mobile_number":"949-831-1616","email_id":"Daisy69@hotmail.com","dop":"2025-04-06","serial_number":"19105547039204","imei1":"19105547039204","imei2":"19105547039204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169281,"job_number":"JOB_169281","tr_customer_id":169298,"tr_customer_product_id":169288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:50:17.000Z","name":"Dale Grant","mobile_number":"400-750-3554","email_id":"Glen49@gmail.com","dop":"2025-04-06","serial_number":"10699011076598","imei1":"10699011076598","imei2":"10699011076598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169278,"job_number":"JOB_169278","tr_customer_id":169295,"tr_customer_product_id":169285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:22.000Z","modified_at":"2026-01-28T06:46:00.000Z","name":"Russel Purdy","mobile_number":"830-591-8160","email_id":"Maybelle.Rath@yahoo.com","dop":"2025-04-06","serial_number":"14807027129681","imei1":"14807027129681","imei2":"14807027129681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169275,"job_number":"JOB_169275","tr_customer_id":169292,"tr_customer_product_id":169282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:06.000Z","modified_at":"2026-01-28T06:45:48.000Z","name":"Joe White","mobile_number":"699-481-1057","email_id":"Cory_Schroeder@yahoo.com","dop":"2025-04-06","serial_number":"10743613750651","imei1":"10743613750651","imei2":"10743613750651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169273,"job_number":"JOB_169273","tr_customer_id":169290,"tr_customer_product_id":169280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:36.000Z","modified_at":"2026-01-28T06:45:14.000Z","name":"Alvina Brekke","mobile_number":"433-201-3322","email_id":"Arvid_Brakus28@yahoo.com","dop":"2025-04-06","serial_number":"12541156129369","imei1":"12541156129369","imei2":"12541156129369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169270,"job_number":"JOB_169270","tr_customer_id":169287,"tr_customer_product_id":169277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:58.000Z","name":"Frederik Terry","mobile_number":"661-243-3671","email_id":"Chanelle.Kub@yahoo.com","dop":"2025-04-06","serial_number":"16954217805864","imei1":"16954217805864","imei2":"16954217805864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169267,"job_number":"JOB_169267","tr_customer_id":169284,"tr_customer_product_id":169274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:07.000Z","modified_at":"2026-01-28T06:44:46.000Z","name":"Kaela Kemmer","mobile_number":"853-807-8369","email_id":"Karlee55@yahoo.com","dop":"2025-04-06","serial_number":"16667985947952","imei1":"16667985947952","imei2":"16667985947952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169265,"job_number":"JOB_169265","tr_customer_id":169282,"tr_customer_product_id":169272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:44:28.000Z","name":"Jaunita Hand","mobile_number":"927-882-6380","email_id":"Sabryna32@hotmail.com","dop":"2025-04-06","serial_number":"17377863721875","imei1":"17377863721875","imei2":"17377863721875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169262,"job_number":"JOB_169262","tr_customer_id":169279,"tr_customer_product_id":169269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:44:09.000Z","name":"Eloise Feest","mobile_number":"571-887-1962","email_id":"Giovanni_Durgan@yahoo.com","dop":"2025-04-06","serial_number":"13656250871489","imei1":"13656250871489","imei2":"13656250871489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169259,"job_number":"JOB_169259","tr_customer_id":169276,"tr_customer_product_id":169266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:39.000Z","modified_at":"2026-01-28T06:43:20.000Z","name":"Jayson Ratke","mobile_number":"308-499-7254","email_id":"Willa.Sauer71@gmail.com","dop":"2025-04-06","serial_number":"14058442192049","imei1":"14058442192049","imei2":"14058442192049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169255,"job_number":"JOB_169255","tr_customer_id":169272,"tr_customer_product_id":169262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:51.000Z","name":"Jalon Bernhard","mobile_number":"693-846-7951","email_id":"Leonel.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11662691923311","imei1":"11662691923311","imei2":"11662691923311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169249,"job_number":"JOB_169249","tr_customer_id":169266,"tr_customer_product_id":169256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:29.000Z","modified_at":"2026-01-28T06:39:07.000Z","name":"Royal Schaden","mobile_number":"537-883-4915","email_id":"Estell_Thiel0@gmail.com","dop":"2025-04-06","serial_number":"18415658957695","imei1":"18415658957695","imei2":"18415658957695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169246,"job_number":"JOB_169246","tr_customer_id":169263,"tr_customer_product_id":169253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:08.000Z","modified_at":"2026-01-28T06:38:51.000Z","name":"Izabella Howell","mobile_number":"380-464-2272","email_id":"Elmer64@gmail.com","dop":"2025-04-06","serial_number":"11102391139852","imei1":"11102391139852","imei2":"11102391139852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169240,"job_number":"JOB_169240","tr_customer_id":169257,"tr_customer_product_id":169247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:44.000Z","modified_at":"2026-01-28T06:38:22.000Z","name":"Dorothy Cummings","mobile_number":"473-756-4384","email_id":"Esteban_Maggio15@gmail.com","dop":"2025-04-06","serial_number":"15355263127433","imei1":"15355263127433","imei2":"15355263127433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169234,"job_number":"JOB_169234","tr_customer_id":169251,"tr_customer_product_id":169241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:59.000Z","name":"Brayan Walter","mobile_number":"836-222-1098","email_id":"Jo.Zboncak70@gmail.com","dop":"2025-04-06","serial_number":"16597203714015","imei1":"16597203714015","imei2":"16597203714015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169228,"job_number":"JOB_169228","tr_customer_id":169245,"tr_customer_product_id":169235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:37:06.000Z","name":"Janie Zulauf","mobile_number":"654-792-5257","email_id":"Ambrose.Mayert29@gmail.com","dop":"2025-04-06","serial_number":"15906470816623","imei1":"15906470816623","imei2":"15906470816623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169225,"job_number":"JOB_169225","tr_customer_id":169242,"tr_customer_product_id":169232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:28.000Z","modified_at":"2026-01-28T06:36:13.000Z","name":"Savanah Grimes","mobile_number":"993-362-9103","email_id":"Marquise78@yahoo.com","dop":"2025-04-06","serial_number":"13865939218237","imei1":"13865939218237","imei2":"13865939218237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169222,"job_number":"JOB_169222","tr_customer_id":169239,"tr_customer_product_id":169229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:54.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18419229565157","imei2":"18419229565157","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169220,"job_number":"JOB_169220","tr_customer_id":169237,"tr_customer_product_id":169227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12224682500799","imei2":"12224682500799","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169217,"job_number":"JOB_169217","tr_customer_id":169234,"tr_customer_product_id":169224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:57.000Z","name":"Dennis Johns","mobile_number":"226-359-2929","email_id":"Maya_Welch28@gmail.com","dop":"2025-04-06","serial_number":"15977779757863","imei1":"15977779757863","imei2":"15977779757863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169215,"job_number":"JOB_169215","tr_customer_id":169232,"tr_customer_product_id":169222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12955026135685","imei2":"12955026135685","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169207,"job_number":"JOB_169207","tr_customer_id":169224,"tr_customer_product_id":169214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:33:08.000Z","name":"Mona Cummerata","mobile_number":"843-283-6268","email_id":"Jessy_Raynor@gmail.com","dop":"2025-04-06","serial_number":"14171398576695","imei1":"14171398576695","imei2":"14171398576695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169204,"job_number":"JOB_169204","tr_customer_id":169221,"tr_customer_product_id":169211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:38.000Z","modified_at":"2026-01-28T06:32:19.000Z","name":"Dedric Schmitt","mobile_number":"717-828-4996","email_id":"Davion64@gmail.com","dop":"2025-04-06","serial_number":"11713863756779","imei1":"11713863756779","imei2":"11713863756779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169199,"job_number":"JOB_169199","tr_customer_id":169216,"tr_customer_product_id":169206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:31:10.000Z","name":"Kattie Wisoky","mobile_number":"643-295-9007","email_id":"Lisandro.Haley@yahoo.com","dop":"2025-04-06","serial_number":"10336602370137","imei1":"10336602370137","imei2":"10336602370137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169196,"job_number":"JOB_169196","tr_customer_id":169213,"tr_customer_product_id":169203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:45.000Z","modified_at":"2026-01-28T06:30:24.000Z","name":"Nora Hagenes","mobile_number":"847-687-5459","email_id":"Jade_Bartell54@gmail.com","dop":"2025-04-06","serial_number":"17659693658884","imei1":"17659693658884","imei2":"17659693658884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169193,"job_number":"JOB_169193","tr_customer_id":169210,"tr_customer_product_id":169200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:58.000Z","modified_at":"2026-01-28T06:29:37.000Z","name":"Jeromy Labadie","mobile_number":"559-404-1063","email_id":"Stefan98@gmail.com","dop":"2025-04-06","serial_number":"17397530002086","imei1":"17397530002086","imei2":"17397530002086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169190,"job_number":"JOB_169190","tr_customer_id":169207,"tr_customer_product_id":169197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:28:20.000Z","name":"Murl Beahan","mobile_number":"751-224-0236","email_id":"Constantin_Rutherford22@hotmail.com","dop":"2025-04-06","serial_number":"15802524508377","imei1":"15802524508377","imei2":"15802524508377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169187,"job_number":"JOB_169187","tr_customer_id":169204,"tr_customer_product_id":169194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:27:35.000Z","name":"Gardner Barrows","mobile_number":"293-504-1685","email_id":"Elinore_Parisian82@hotmail.com","dop":"2025-04-06","serial_number":"11781249597900","imei1":"11781249597900","imei2":"11781249597900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169184,"job_number":"JOB_169184","tr_customer_id":169201,"tr_customer_product_id":169191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:12.000Z","modified_at":"2026-01-28T06:26:50.000Z","name":"Desiree Considine","mobile_number":"579-302-9391","email_id":"Margarita.Zieme@gmail.com","dop":"2025-04-06","serial_number":"18384493859560","imei1":"18384493859560","imei2":"18384493859560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169181,"job_number":"JOB_169181","tr_customer_id":169198,"tr_customer_product_id":169188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:26:23.000Z","name":"Kasandra Nikolaus","mobile_number":"312-500-0548","email_id":"Sibyl.Johnston90@hotmail.com","dop":"2025-06-18","serial_number":"10004980498737","imei1":"10004980498737","imei2":"10004980498737","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169178,"job_number":"JOB_169178","tr_customer_id":169195,"tr_customer_product_id":169185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:38.000Z","name":"Aletha Hettinger","mobile_number":"492-780-3270","email_id":"Julius50@yahoo.com","dop":"2025-06-18","serial_number":"10525680322229","imei1":"10525680322229","imei2":"10525680322229","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169175,"job_number":"JOB_169175","tr_customer_id":169192,"tr_customer_product_id":169182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:26.000Z","modified_at":"2026-01-28T06:25:08.000Z","name":"Edd Wilderman","mobile_number":"654-846-6247","email_id":"Mozelle.Wunsch22@yahoo.com","dop":"2025-04-06","serial_number":"10795503859378","imei1":"10795503859378","imei2":"10795503859378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169252,"job_number":"JOB_169252","tr_customer_id":169269,"tr_customer_product_id":169259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:46.000Z","modified_at":"2026-01-28T06:39:23.000Z","name":"Antonina Grimes","mobile_number":"977-552-6987","email_id":"Federico.Littel@yahoo.com","dop":"2000-01-31","serial_number":"10008151462927","imei1":"10008151462927","imei2":"10008151462927","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169243,"job_number":"JOB_169243","tr_customer_id":169260,"tr_customer_product_id":169250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:01.000Z","modified_at":"2026-01-28T06:38:38.000Z","name":"Shanie Jaskolski","mobile_number":"755-277-4589","email_id":"Demetris_Quitzon@hotmail.com","dop":"2000-01-31","serial_number":"10950019646059","imei1":"10950019646059","imei2":"10950019646059","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169236,"job_number":"JOB_169236","tr_customer_id":169253,"tr_customer_product_id":169243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:54.000Z","name":"Adriel Donnelly","mobile_number":"496-421-2617","email_id":"Nash99@hotmail.com","dop":"2000-01-31","serial_number":"10914266289360","imei1":"10914266289360","imei2":"10914266289360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169231,"job_number":"JOB_169231","tr_customer_id":169248,"tr_customer_product_id":169238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:37:09.000Z","name":"Hanna Jerde","mobile_number":"360-607-5078","email_id":"Alf.Schmeler@gmail.com","dop":"2000-01-31","serial_number":"10183355301933","imei1":"10183355301933","imei2":"10183355301933","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169348,"job_number":"JOB_169348","tr_customer_id":169365,"tr_customer_product_id":169355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:27:01.000Z","modified_at":"2026-01-28T07:27:01.000Z","name":"Fannie Kuhlman","mobile_number":"284-683-1696","email_id":"Katarina1@hotmail.com","dop":"2025-11-04","serial_number":"21299431766187","imei1":"21299431766187","imei2":"21299431766187","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:57.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:41.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169202,"job_number":"JOB_169202","tr_customer_id":169219,"tr_customer_product_id":169209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:31.000Z","modified_at":"2026-01-28T06:32:01.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73187115335706","imei1":"73187115335706","imei2":"73187115335706","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169201,"job_number":"JOB_169201","tr_customer_id":169218,"tr_customer_product_id":169208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:13.000Z","modified_at":"2026-01-28T06:31:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"38646369655633","imei1":"38646369655633","imei2":"38646369655633","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169174,"job_number":"JOB_169174","tr_customer_id":169191,"tr_customer_product_id":169181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:37.000Z","modified_at":"2026-01-28T06:23:48.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"65069982436230","imei1":"65069982436230","imei2":"65069982436230","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169173,"job_number":"JOB_169173","tr_customer_id":169190,"tr_customer_product_id":169180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:21.000Z","modified_at":"2026-01-28T06:23:32.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73029545589683","imei1":"73029545589683","imei2":"73029545589683","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169172,"job_number":"JOB_169172","tr_customer_id":169189,"tr_customer_product_id":169179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:06.000Z","modified_at":"2026-01-28T06:23:17.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"77448656493015","imei1":"77448656493015","imei2":"77448656493015","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169170,"job_number":"JOB_169170","tr_customer_id":169187,"tr_customer_product_id":169177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:50.000Z","name":"Carlie Larkin","mobile_number":"976-832-0879","email_id":"Izabella15@hotmail.com","dop":"2025-06-09","serial_number":"107657885724789","imei1":"107657885724789","imei2":"107657885724789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169167,"job_number":"JOB_169167","tr_customer_id":169184,"tr_customer_product_id":169174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:33.000Z","name":"Aida Kozey","mobile_number":"559-670-0339","email_id":"David.McClure@hotmail.com","dop":"2025-06-09","serial_number":"105493494436147","imei1":"105493494436147","imei2":"105493494436147","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169164,"job_number":"JOB_169164","tr_customer_id":169181,"tr_customer_product_id":169171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:16.000Z","name":"Mustafa Schamberger","mobile_number":"878-596-8649","email_id":"Ines.Nitzsche@hotmail.com","dop":"2025-06-09","serial_number":"108373983044564","imei1":"108373983044564","imei2":"108373983044564","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169162,"job_number":"JOB_169162","tr_customer_id":169179,"tr_customer_product_id":169169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:19:15.000Z","modified_at":"2026-01-28T06:19:40.000Z","name":"Brennon Roberts","mobile_number":"888-596-1113","email_id":"Cierra80@yahoo.com","dop":"2025-10-01","serial_number":"16651025538656","imei1":"16651025538656","imei2":"16651025538656","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:05.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:48.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 63230f6d-ba50-416f-b204-c7b20b790cdc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169348
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2dcc5fc2-209e-490b-8e16-26bbb38e5a15
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 750d6340-eb1c-4f34-81cd-a83c7642cd77
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-F4oeeE2QSdVskuaaHmOkW6PLq5Y"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjR9.am8v7F03F5cIfHt6v-Dp56s4tUTDGbY4MgMkWxFz0nM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjR9.am8v7F03F5cIfHt6v-Dp56s4tUTDGbY4MgMkWxFz0nM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e50fcec0-2e56-45c0-bd2d-e0fd6d5adb58
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 324ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjR9.am8v7F03F5cIfHt6v-Dp56s4tUTDGbY4MgMkWxFz0nM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eaec6d47-cec1-4b0a-be3f-17730a3b5722
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-rDqDx9GRNFFBEhfavbPSU3NRkLI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":402},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 390.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 21535eb2-54c8-4b6e-931d-29e21aea58dc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61bde-QJYyL/krpAZCpzY4ZNRpQtLuyBw"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:27:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169348,"job_number":"JOB_169348","tr_customer_id":169365,"tr_customer_product_id":169355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:27:01.000Z","modified_at":"2026-01-28T07:27:01.000Z","name":"Fannie Kuhlman","mobile_number":"284-683-1696","email_id":"Katarina1@hotmail.com","dop":"2025-11-04","serial_number":"21299431766187","imei1":"21299431766187","imei2":"21299431766187","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjR9.am8v7F03F5cIfHt6v-Dp56s4tUTDGbY4MgMkWxFz0nM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10f8b933-67e6-46ab-bc19-1c10036c3b5c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjR9.am8v7F03F5cIfHt6v-Dp56s4tUTDGbY4MgMkWxFz0nM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b1b4fb3-f31a-4665-83ec-82c8b13dc415
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 169348,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 335ms
Mean size per request: 390KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjR9.am8v7F03F5cIfHt6v-Dp56s4tUTDGbY4MgMkWxFz0nM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1dc7f909-85f3-4309-8b26-92ba3cabb8b4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"617fe-ZGG5rHvIr0Q/zhwnoRPhYOILX3Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:27:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169253,"job_number":"JOB_169253","tr_customer_id":169270,"tr_customer_product_id":169260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:47.000Z","modified_at":"2026-01-28T06:38:47.000Z","name":"Marcella Simonis","mobile_number":"338-332-9947","email_id":"Jolie_Jerde89@yahoo.com","dop":"2000-01-31","serial_number":"1017766475058396","imei1":"1017766475058396","imei2":"1017766475058396","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169251,"job_number":"JOB_169251","tr_customer_id":169268,"tr_customer_product_id":169258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:45.000Z","modified_at":"2026-01-28T06:38:45.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10344411692294","imei1":"10344411692294","imei2":"10344411692294","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169244,"job_number":"JOB_169244","tr_customer_id":169261,"tr_customer_product_id":169251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:02.000Z","modified_at":"2026-01-28T06:38:02.000Z","name":"Alexie Bogisich","mobile_number":"994-373-6578","email_id":"Marcus_Bogisich@hotmail.com","dop":"2000-01-31","serial_number":"1056715545468780","imei1":"1056715545468780","imei2":"1056715545468780","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169242,"job_number":"JOB_169242","tr_customer_id":169259,"tr_customer_product_id":169249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:00.000Z","modified_at":"2026-01-28T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10424497797739","imei1":"10424497797739","imei2":"10424497797739","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169238,"job_number":"JOB_169238","tr_customer_id":169255,"tr_customer_product_id":169245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Chaya Emmerich","mobile_number":"865-524-7113","email_id":"Daphney_Lakin@gmail.com","dop":"2000-01-31","serial_number":"1016114289093697","imei1":"1016114289093697","imei2":"1016114289093697","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169235,"job_number":"JOB_169235","tr_customer_id":169252,"tr_customer_product_id":169242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:16.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10549780948116","imei1":"10549780948116","imei2":"10549780948116","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169232,"job_number":"JOB_169232","tr_customer_id":169249,"tr_customer_product_id":169239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:33.000Z","modified_at":"2026-01-28T06:36:33.000Z","name":"Ernesto Kovacek","mobile_number":"226-868-7799","email_id":"Sienna_Yundt@yahoo.com","dop":"2000-01-31","serial_number":"1015099407072022","imei1":"1015099407072022","imei2":"1015099407072022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169230,"job_number":"JOB_169230","tr_customer_id":169247,"tr_customer_product_id":169237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:36:31.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10234695394753","imei1":"10234695394753","imei2":"10234695394753","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169345,"job_number":"JOB_169345","tr_customer_id":169362,"tr_customer_product_id":169352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:25:19.000Z","modified_at":"2026-01-28T07:25:19.000Z","name":"Chandini Kapoor","mobile_number":"9229750777","email_id":"hiranya.tagore@gmail.com","dop":"2026-01-18","serial_number":"446642449000735","imei1":"446642449000735","imei2":"446642449000735","popurl":"www.chitrali-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169344,"job_number":"JOB_169344","tr_customer_id":169361,"tr_customer_product_id":169351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:57.000Z","modified_at":"2026-01-28T07:24:57.000Z","name":"Bhagirathi Chopra","mobile_number":"9926794679","email_id":"bhramar.naik@hotmail.com","dop":"2026-01-18","serial_number":"370076280064468","imei1":"370076280064468","imei2":"370076280064468","popurl":"www.shwet-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169343,"job_number":"JOB_169343","tr_customer_id":169360,"tr_customer_product_id":169350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Menka Joshi","mobile_number":"9818510167","email_id":"bhoopati.iyengar@gmail.com","dop":"2026-01-18","serial_number":"440777304101198","imei1":"440777304101198","imei2":"440777304101198","popurl":"www.devadatt-malik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169342,"job_number":"JOB_169342","tr_customer_id":169359,"tr_customer_product_id":169349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Udai Ahuja","mobile_number":"9496824205","email_id":"dakshayani.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"345105298755859","imei1":"345105298755859","imei2":"345105298755859","popurl":"www.agrata-chattopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169341,"job_number":"JOB_169341","tr_customer_id":169358,"tr_customer_product_id":169348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Agasti Asan","mobile_number":"9451450234","email_id":"priyala.ganaka@hotmail.com","dop":"2026-01-18","serial_number":"063720907590076","imei1":"063720907590076","imei2":"063720907590076","popurl":"www.harita-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169340,"job_number":"JOB_169340","tr_customer_id":169357,"tr_customer_product_id":169347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandran Gandhi","mobile_number":"9709512129","email_id":"chanakya.mehra@yahoo.co.in","dop":"2026-01-18","serial_number":"428869529100113","imei1":"428869529100113","imei2":"428869529100113","popurl":"www.aatreya-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169339,"job_number":"JOB_169339","tr_customer_id":169356,"tr_customer_product_id":169346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandrani Asan","mobile_number":"9675669657","email_id":"chiranjeev.mukhopadhyay@gmail.com","dop":"2026-01-18","serial_number":"706868205783920","imei1":"706868205783920","imei2":"706868205783920","popurl":"www.nawal-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169338,"job_number":"JOB_169338","tr_customer_id":169355,"tr_customer_product_id":169345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Dipendra Kakkar","mobile_number":"9248917502","email_id":"aadi.mehrotra@yahoo.co.in","dop":"2026-01-18","serial_number":"684131117311634","imei1":"684131117311634","imei2":"684131117311634","popurl":"www.lal-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169337,"job_number":"JOB_169337","tr_customer_id":169354,"tr_customer_product_id":169344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anagh Pandey","mobile_number":"9666430868","email_id":"smita.acharya@hotmail.com","dop":"2026-01-18","serial_number":"603115019249811","imei1":"603115019249811","imei2":"603115019249811","popurl":"www.usha-pillai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169336,"job_number":"JOB_169336","tr_customer_id":169353,"tr_customer_product_id":169343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Chandra Dubashi","mobile_number":"9054153358","email_id":"gautam.pothuvaal@gmail.com","dop":"2026-01-18","serial_number":"652831226832484","imei1":"652831226832484","imei2":"652831226832484","popurl":"www.sarala-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169335,"job_number":"JOB_169335","tr_customer_id":169352,"tr_customer_product_id":169342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Purushottam Kakkar","mobile_number":"9558040236","email_id":"aaratrika.embranthiri@gmail.com","dop":"2026-01-18","serial_number":"982859355778377","imei1":"982859355778377","imei2":"982859355778377","popurl":"www.brajendra-arora.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169334,"job_number":"JOB_169334","tr_customer_id":169351,"tr_customer_product_id":169341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:24:23.000Z","modified_at":"2026-01-28T07:24:23.000Z","name":"Anjali Bhat","mobile_number":"9683497453","email_id":"deveshwar.mahajan@gmail.com","dop":"2026-01-18","serial_number":"977107809629255","imei1":"977107809629255","imei2":"977107809629255","popurl":"www.adityanandan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169329,"job_number":"JOB_169329","tr_customer_id":169346,"tr_customer_product_id":169336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Gopi Pillai","mobile_number":"9498276357","email_id":"vyas.talwar@yahoo.co.in","dop":"2026-01-18","serial_number":"016869765936579","imei1":"016869765936579","imei2":"016869765936579","popurl":"www.chandramani-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169328,"job_number":"JOB_169328","tr_customer_id":169345,"tr_customer_product_id":169335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Nalini Bhattacharya","mobile_number":"9479067124","email_id":"vasundhara.gowda@yahoo.co.in","dop":"2026-01-18","serial_number":"862372017022179","imei1":"862372017022179","imei2":"862372017022179","popurl":"www.karunanidhi-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169327,"job_number":"JOB_169327","tr_customer_id":169343,"tr_customer_product_id":169333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Chandranath Jain","mobile_number":"9110119114","email_id":"jitendra.dutta@hotmail.com","dop":"2026-01-18","serial_number":"364439367849794","imei1":"364439367849794","imei2":"364439367849794","popurl":"www.ekaaksh-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169326,"job_number":"JOB_169326","tr_customer_id":169344,"tr_customer_product_id":169334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Brahma Nehru","mobile_number":"9504700757","email_id":"amarnath.chopra@hotmail.com","dop":"2026-01-18","serial_number":"749487885706842","imei1":"749487885706842","imei2":"749487885706842","popurl":"www.agasti-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169325,"job_number":"JOB_169325","tr_customer_id":169342,"tr_customer_product_id":169332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Bhargava Verma","mobile_number":"9856178900","email_id":"lakshminath.namboothiri@hotmail.com","dop":"2026-01-18","serial_number":"562477535734210","imei1":"562477535734210","imei2":"562477535734210","popurl":"www.gandharva-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169324,"job_number":"JOB_169324","tr_customer_id":169341,"tr_customer_product_id":169331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Deeptiman Talwar","mobile_number":"9441869993","email_id":"agrata.chaturvedi@gmail.com","dop":"2026-01-18","serial_number":"922858714947431","imei1":"922858714947431","imei2":"922858714947431","popurl":"www.devajyoti-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169323,"job_number":"JOB_169323","tr_customer_id":169340,"tr_customer_product_id":169330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Dayaananda Nambeesan","mobile_number":"9958377975","email_id":"chitramala.asan@yahoo.co.in","dop":"2026-01-18","serial_number":"309189139420284","imei1":"309189139420284","imei2":"309189139420284","popurl":"www.laxman-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169322,"job_number":"JOB_169322","tr_customer_id":169339,"tr_customer_product_id":169329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Samir Patel","mobile_number":"9561230124","email_id":"saroja.verma@gmail.com","dop":"2026-01-18","serial_number":"403947840737874","imei1":"403947840737874","imei2":"403947840737874","popurl":"www.hari-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169321,"job_number":"JOB_169321","tr_customer_id":169338,"tr_customer_product_id":169328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Pran Khanna","mobile_number":"9249782645","email_id":"ghanshyam.shukla@gmail.com","dop":"2026-01-18","serial_number":"115856921094541","imei1":"115856921094541","imei2":"115856921094541","popurl":"www.chandrabhaga-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169320,"job_number":"JOB_169320","tr_customer_id":169337,"tr_customer_product_id":169327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:27.000Z","modified_at":"2026-01-28T07:15:27.000Z","name":"Anshula Sinha","mobile_number":"9390983993","email_id":"chakravartee.patil@hotmail.com","dop":"2026-01-18","serial_number":"396368280157941","imei1":"396368280157941","imei2":"396368280157941","popurl":"www.rajan-singh.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169319,"job_number":"JOB_169319","tr_customer_id":169336,"tr_customer_product_id":169326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:15:14.000Z","modified_at":"2026-01-28T07:15:14.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10927389409329","imei1":"10927389409329","imei2":"110927389409329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169318,"job_number":"JOB_169318","tr_customer_id":169335,"tr_customer_product_id":169325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:53.000Z","modified_at":"2026-01-28T07:04:53.000Z","name":"Mackenzie Barton","mobile_number":"558-869-2768","email_id":"Angus93@yahoo.com","dop":"2025-04-06","serial_number":"19732489693171880","imei1":"19732489693171880","imei2":"19732489693171880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169316,"job_number":"JOB_169316","tr_customer_id":169333,"tr_customer_product_id":169323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:09.000Z","modified_at":"2026-01-28T07:04:09.000Z","name":"Timmothy Raynor","mobile_number":"935-740-8250","email_id":"Kody_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"11639074332063566","imei1":"11639074332063566","imei2":"11639074332063566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:04:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169314,"job_number":"JOB_169314","tr_customer_id":169331,"tr_customer_product_id":169321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:26.000Z","modified_at":"2026-01-28T07:03:26.000Z","name":"Samantha Orn","mobile_number":"900-682-2233","email_id":"Duane37@hotmail.com","dop":"2025-04-06","serial_number":"12750878752573720","imei1":"12750878752573720","imei2":"12750878752573720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T07:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169312,"job_number":"JOB_169312","tr_customer_id":169329,"tr_customer_product_id":169319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:59:33.000Z","modified_at":"2026-01-28T06:59:33.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10000000008592","imei1":"10000000008592","imei2":"110000000008592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169311,"job_number":"JOB_169311","tr_customer_id":169328,"tr_customer_product_id":169318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Aatmaja Guha","mobile_number":"9918841869","email_id":"aanandinii.chaturvedi@hotmail.com","dop":"2026-01-18","serial_number":"944304369039769","imei1":"944304369039769","imei2":"944304369039769","popurl":"www.amarnath-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169310,"job_number":"JOB_169310","tr_customer_id":169327,"tr_customer_product_id":169317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Narendra Asan","mobile_number":"9253082799","email_id":"bhima.kakkar@yahoo.co.in","dop":"2026-01-18","serial_number":"286897832945661","imei1":"286897832945661","imei2":"286897832945661","popurl":"www.mina-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169309,"job_number":"JOB_169309","tr_customer_id":169326,"tr_customer_product_id":169316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dipali Guneta","mobile_number":"9233180139","email_id":"vedanshi.asan@gmail.com","dop":"2026-01-18","serial_number":"537900113802204","imei1":"537900113802204","imei2":"537900113802204","popurl":"www.acharyasuta-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169307,"job_number":"JOB_169307","tr_customer_id":169324,"tr_customer_product_id":169314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Ekaling Banerjee","mobile_number":"9570745999","email_id":"chitramala.somayaji@gmail.com","dop":"2026-01-18","serial_number":"265523620406528","imei1":"265523620406528","imei2":"265523620406528","popurl":"www.chapala-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169306,"job_number":"JOB_169306","tr_customer_id":169323,"tr_customer_product_id":169313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Dhanvin Talwar","mobile_number":"9687968135","email_id":"vaijayanthi.asan@gmail.com","dop":"2026-01-18","serial_number":"666139865361813","imei1":"666139865361813","imei2":"666139865361813","popurl":"www.adwitiya-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169305,"job_number":"JOB_169305","tr_customer_id":169322,"tr_customer_product_id":169312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Anang Sethi","mobile_number":"9683011979","email_id":"aamod.khatri@hotmail.com","dop":"2026-01-18","serial_number":"849882623990410","imei1":"849882623990410","imei2":"849882623990410","popurl":"www.gatik-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169304,"job_number":"JOB_169304","tr_customer_id":169321,"tr_customer_product_id":169311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhaaswar Jain","mobile_number":"9456540446","email_id":"rameshwar.bhattathiri@gmail.com","dop":"2026-01-18","serial_number":"098689028402538","imei1":"098689028402538","imei2":"098689028402538","popurl":"www.anjushree-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169303,"job_number":"JOB_169303","tr_customer_id":169320,"tr_customer_product_id":169310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:32.000Z","modified_at":"2026-01-28T06:57:32.000Z","name":"Bhupati Panicker","mobile_number":"9968206110","email_id":"umang.sethi@yahoo.co.in","dop":"2026-01-18","serial_number":"892264970794675","imei1":"892264970794675","imei2":"892264970794675","popurl":"www.chinmayananda-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169301,"job_number":"JOB_169301","tr_customer_id":169318,"tr_customer_product_id":169308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:57:15.000Z","modified_at":"2026-01-28T06:57:15.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"681522829733481","imei1":"681522829733481","imei2":"1681522829733481","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169300,"job_number":"JOB_169300","tr_customer_id":169317,"tr_customer_product_id":169307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:56:29.000Z","modified_at":"2026-01-28T06:56:29.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"12204192714832","imei1":"12204192714832","imei2":"112204192714832","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169299,"job_number":"JOB_169299","tr_customer_id":169316,"tr_customer_product_id":169306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:37.000Z","modified_at":"2026-01-28T06:51:37.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91088984962329","imei1":"91088984962329","imei2":"91088984962329","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169297,"job_number":"JOB_169297","tr_customer_id":169314,"tr_customer_product_id":169304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:51:35.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14007964790470","imei1":"14007964790470","imei2":"14007964790470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169296,"job_number":"JOB_169296","tr_customer_id":169313,"tr_customer_product_id":169303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:20.000Z","modified_at":"2026-01-28T06:51:20.000Z","name":"Ottis Waters","mobile_number":"447-548-2406","email_id":"Dejah_Champlin94@yahoo.com","dop":"2025-04-06","serial_number":"19265146337849130","imei1":"19265146337849130","imei2":"19265146337849130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169294,"job_number":"JOB_169294","tr_customer_id":169311,"tr_customer_product_id":169301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:51:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15850883993856","imei1":"15850883993856","imei2":"15850883993856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169293,"job_number":"JOB_169293","tr_customer_id":169310,"tr_customer_product_id":169300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:50.000Z","modified_at":"2026-01-28T06:50:50.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42234342450653","imei1":"42234342450653","imei2":"42234342450653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169291,"job_number":"JOB_169291","tr_customer_id":169308,"tr_customer_product_id":169298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:48.000Z","modified_at":"2026-01-28T06:50:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18978191462589","imei1":"18978191462589","imei2":"18978191462589","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169290,"job_number":"JOB_169290","tr_customer_id":169307,"tr_customer_product_id":169297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:27.000Z","modified_at":"2026-01-28T06:50:27.000Z","name":"Sabrina Kulas","mobile_number":"608-378-1179","email_id":"Alfreda.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"13690135374603352","imei1":"13690135374603352","imei2":"13690135374603352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169288,"job_number":"JOB_169288","tr_customer_id":169305,"tr_customer_product_id":169295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:50:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16173763253971","imei1":"16173763253971","imei2":"16173763253971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169287,"job_number":"JOB_169287","tr_customer_id":169304,"tr_customer_product_id":169294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:04.000Z","modified_at":"2026-01-28T06:50:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"23482153747368","imei1":"23482153747368","imei2":"23482153747368","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169285,"job_number":"JOB_169285","tr_customer_id":169302,"tr_customer_product_id":169292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10236064332598","imei1":"10236064332598","imei2":"10236064332598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169284,"job_number":"JOB_169284","tr_customer_id":169301,"tr_customer_product_id":169291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:39.000Z","modified_at":"2026-01-28T06:49:39.000Z","name":"Evert Larson","mobile_number":"295-764-5140","email_id":"Enid_Cole@gmail.com","dop":"2025-04-06","serial_number":"13547529799009194","imei1":"13547529799009194","imei2":"13547529799009194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169282,"job_number":"JOB_169282","tr_customer_id":169299,"tr_customer_product_id":169289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:34.000Z","modified_at":"2026-01-28T06:49:34.000Z","name":"Asa Tillman","mobile_number":"653-666-2560","email_id":"Dejah19@yahoo.com","dop":"2025-04-06","serial_number":"18557843896856140","imei1":"18557843896856140","imei2":"18557843896856140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169280,"job_number":"JOB_169280","tr_customer_id":169297,"tr_customer_product_id":169287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:49:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14955718179835","imei1":"14955718179835","imei2":"14955718179835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169279,"job_number":"JOB_169279","tr_customer_id":169296,"tr_customer_product_id":169286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:23.000Z","modified_at":"2026-01-28T06:45:23.000Z","name":"Felton Auer","mobile_number":"558-810-0777","email_id":"Abigayle34@gmail.com","dop":"2025-04-06","serial_number":"11213483175831268","imei1":"11213483175831268","imei2":"11213483175831268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169277,"job_number":"JOB_169277","tr_customer_id":169294,"tr_customer_product_id":169284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:21.000Z","modified_at":"2026-01-28T06:45:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12768228910564","imei1":"12768228910564","imei2":"12768228910564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169276,"job_number":"JOB_169276","tr_customer_id":169293,"tr_customer_product_id":169283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:08.000Z","modified_at":"2026-01-28T06:45:08.000Z","name":"Kody Rempel","mobile_number":"997-848-9858","email_id":"Eldred.Hodkiewicz92@yahoo.com","dop":"2025-04-06","serial_number":"16325077541356460","imei1":"16325077541356460","imei2":"16325077541356460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169274,"job_number":"JOB_169274","tr_customer_id":169291,"tr_customer_product_id":169281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:37.000Z","modified_at":"2026-01-28T06:44:37.000Z","name":"Elsie Grant","mobile_number":"759-540-4823","email_id":"Jody.Botsford@yahoo.com","dop":"2025-04-06","serial_number":"11726132667539992","imei1":"11726132667539992","imei2":"11726132667539992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169272,"job_number":"JOB_169272","tr_customer_id":169289,"tr_customer_product_id":169279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:35.000Z","modified_at":"2026-01-28T06:44:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11994798530563","imei1":"11994798530563","imei2":"11994798530563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169271,"job_number":"JOB_169271","tr_customer_id":169288,"tr_customer_product_id":169278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:19.000Z","modified_at":"2026-01-28T06:44:19.000Z","name":"Nicole Price","mobile_number":"556-334-4601","email_id":"Ila69@yahoo.com","dop":"2025-04-06","serial_number":"15178668524605324","imei1":"15178668524605324","imei2":"15178668524605324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169269,"job_number":"JOB_169269","tr_customer_id":169286,"tr_customer_product_id":169276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15111308479456","imei1":"15111308479456","imei2":"15111308479456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169268,"job_number":"JOB_169268","tr_customer_id":169285,"tr_customer_product_id":169275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:08.000Z","modified_at":"2026-01-28T06:44:08.000Z","name":"Rogers Heidenreich","mobile_number":"337-258-7255","email_id":"Merritt_Abernathy95@hotmail.com","dop":"2025-04-06","serial_number":"16572912219552868","imei1":"16572912219552868","imei2":"16572912219552868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:44:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169266,"job_number":"JOB_169266","tr_customer_id":169283,"tr_customer_product_id":169273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:51.000Z","modified_at":"2026-01-28T06:43:51.000Z","name":"Luisa Morissette","mobile_number":"502-387-5543","email_id":"Antoinette_Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"13350774692795080","imei1":"13350774692795080","imei2":"13350774692795080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169264,"job_number":"JOB_169264","tr_customer_id":169281,"tr_customer_product_id":169271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13726813416763","imei1":"13726813416763","imei2":"13726813416763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169263,"job_number":"JOB_169263","tr_customer_id":169280,"tr_customer_product_id":169270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:29.000Z","modified_at":"2026-01-28T06:43:29.000Z","name":"Kathleen Yundt","mobile_number":"738-482-5104","email_id":"Herta_Collier@yahoo.com","dop":"2025-04-06","serial_number":"17292292390199464","imei1":"17292292390199464","imei2":"17292292390199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169261,"job_number":"JOB_169261","tr_customer_id":169278,"tr_customer_product_id":169268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:43:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16084700356649","imei1":"16084700356649","imei2":"16084700356649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169260,"job_number":"JOB_169260","tr_customer_id":169277,"tr_customer_product_id":169267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:40.000Z","modified_at":"2026-01-28T06:42:40.000Z","name":"Marlen Farrell","mobile_number":"304-934-1695","email_id":"Clemmie_Carroll68@yahoo.com","dop":"2025-04-06","serial_number":"12970341688124972","imei1":"12970341688124972","imei2":"12970341688124972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169258,"job_number":"JOB_169258","tr_customer_id":169275,"tr_customer_product_id":169265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:38.000Z","modified_at":"2026-01-28T06:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11153067456433","imei1":"11153067456433","imei2":"11153067456433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169257,"job_number":"JOB_169257","tr_customer_id":169274,"tr_customer_product_id":169264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:41:17.000Z","modified_at":"2026-01-28T06:41:17.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13510700420678","imei1":"13510700420678","imei2":"13510700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:41:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169256,"job_number":"JOB_169256","tr_customer_id":169273,"tr_customer_product_id":169263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:15.000Z","modified_at":"2026-01-28T06:39:15.000Z","name":"Rebeca Leannon","mobile_number":"294-853-6895","email_id":"Rafaela85@yahoo.com","dop":"2025-04-06","serial_number":"12490066357241164","imei1":"12490066357241164","imei2":"12490066357241164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169254,"job_number":"JOB_169254","tr_customer_id":169271,"tr_customer_product_id":169261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19261577055943","imei1":"19261577055943","imei2":"19261577055943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169250,"job_number":"JOB_169250","tr_customer_id":169267,"tr_customer_product_id":169257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:30.000Z","modified_at":"2026-01-28T06:38:30.000Z","name":"Camila Schoen","mobile_number":"993-287-1662","email_id":"Zoe_Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"17490482117642788","imei1":"17490482117642788","imei2":"17490482117642788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169248,"job_number":"JOB_169248","tr_customer_id":169265,"tr_customer_product_id":169255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:28.000Z","modified_at":"2026-01-28T06:38:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11330191603712","imei1":"11330191603712","imei2":"11330191603712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169247,"job_number":"JOB_169247","tr_customer_id":169264,"tr_customer_product_id":169254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:09.000Z","modified_at":"2026-01-28T06:38:09.000Z","name":"Estel O'Keefe","mobile_number":"948-997-6662","email_id":"Tara.Blanda@hotmail.com","dop":"2025-04-06","serial_number":"18687926749925656","imei1":"18687926749925656","imei2":"18687926749925656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169245,"job_number":"JOB_169245","tr_customer_id":169262,"tr_customer_product_id":169252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:07.000Z","modified_at":"2026-01-28T06:38:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15083361454315","imei1":"15083361454315","imei2":"15083361454315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169241,"job_number":"JOB_169241","tr_customer_id":169258,"tr_customer_product_id":169248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:45.000Z","modified_at":"2026-01-28T06:37:45.000Z","name":"Lonzo Bosco","mobile_number":"753-943-0586","email_id":"Rickey86@gmail.com","dop":"2025-04-06","serial_number":"18836225143621250","imei1":"18836225143621250","imei2":"18836225143621250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169239,"job_number":"JOB_169239","tr_customer_id":169256,"tr_customer_product_id":169246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:43.000Z","modified_at":"2026-01-28T06:37:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13480901572171","imei1":"13480901572171","imei2":"13480901572171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169237,"job_number":"JOB_169237","tr_customer_id":169254,"tr_customer_product_id":169244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:17.000Z","modified_at":"2026-01-28T06:37:17.000Z","name":"Providenci Zemlak","mobile_number":"712-596-1893","email_id":"Tressa.Walter31@gmail.com","dop":"2025-04-06","serial_number":"19466685822166936","imei1":"19466685822166936","imei2":"19466685822166936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169233,"job_number":"JOB_169233","tr_customer_id":169250,"tr_customer_product_id":169240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16749383765456","imei1":"16749383765456","imei2":"16749383765456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169229,"job_number":"JOB_169229","tr_customer_id":169246,"tr_customer_product_id":169236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:24.000Z","modified_at":"2026-01-28T06:36:24.000Z","name":"Kavon Roob","mobile_number":"995-746-8055","email_id":"Maye_Klein45@hotmail.com","dop":"2025-04-06","serial_number":"17902386136871016","imei1":"17902386136871016","imei2":"17902386136871016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169227,"job_number":"JOB_169227","tr_customer_id":169244,"tr_customer_product_id":169234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:36:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15313058396813","imei1":"15313058396813","imei2":"15313058396813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169226,"job_number":"JOB_169226","tr_customer_id":169243,"tr_customer_product_id":169233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:29.000Z","modified_at":"2026-01-28T06:35:29.000Z","name":"Zander Friesen","mobile_number":"852-598-7884","email_id":"Rahul_Hessel35@hotmail.com","dop":"2025-04-06","serial_number":"16104933540280732","imei1":"16104933540280732","imei2":"16104933540280732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169224,"job_number":"JOB_169224","tr_customer_id":169241,"tr_customer_product_id":169231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:01.000Z","modified_at":"2026-01-28T06:35:01.000Z","name":"Bhoopati Nambeesan","mobile_number":"7095754824","email_id":"achalesvara.sharma@yahoo.co.in","dop":"2026-01-18","serial_number":"889626546269777","imei1":"889626546269777","imei2":"889626546269777","popurl":"www.bhramar-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169223,"job_number":"JOB_169223","tr_customer_id":169240,"tr_customer_product_id":169230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:34:52.000Z","modified_at":"2026-01-28T06:34:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15662120434571","imei1":"15662120434571","imei2":"115662120434571","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169221,"job_number":"JOB_169221","tr_customer_id":169238,"tr_customer_product_id":169228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15391216919669","imei2":"15391216919669","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169219,"job_number":"JOB_169219","tr_customer_id":169236,"tr_customer_product_id":169226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:27.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10894799485023","imei2":"10894799485023","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169218,"job_number":"JOB_169218","tr_customer_id":169235,"tr_customer_product_id":169225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:18.000Z","modified_at":"2026-01-28T06:33:18.000Z","name":"Arlo McLaughlin","mobile_number":"495-907-0840","email_id":"Spencer.Larson21@yahoo.com","dop":"2025-04-06","serial_number":"10837692809704056","imei1":"10837692809704056","imei2":"10837692809704056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169216,"job_number":"JOB_169216","tr_customer_id":169233,"tr_customer_product_id":169223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19237686421257","imei1":"19237686421257","imei2":"19237686421257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169214,"job_number":"JOB_169214","tr_customer_id":169231,"tr_customer_product_id":169221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17478145984746","imei2":"17478145984746","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169213,"job_number":"JOB_169213","tr_customer_id":169230,"tr_customer_product_id":169220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:01.000Z","modified_at":"2026-01-28T06:33:01.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-18T06:33:00.639737358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169212,"job_number":"JOB_169212","tr_customer_id":169229,"tr_customer_product_id":169219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:00.000Z","modified_at":"2026-01-28T06:33:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-18T06:32:59.938198753Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169211,"job_number":"JOB_169211","tr_customer_id":169228,"tr_customer_product_id":169218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:59.000Z","modified_at":"2026-01-28T06:32:59.000Z","name":"Heema Dubashi","mobile_number":"7092381317","email_id":"bharadwaj.kakkar@hotmail.com","dop":"2026-01-18","serial_number":"589340922783522","imei1":"589340922783522","imei2":"589340922783522","popurl":"www.dinesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169210,"job_number":"JOB_169210","tr_customer_id":169227,"tr_customer_product_id":169217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:58.000Z","modified_at":"2026-01-28T06:32:58.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-18","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-18T06:32:58.377919423Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169209,"job_number":"JOB_169209","tr_customer_id":169226,"tr_customer_product_id":169216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:47.000Z","modified_at":"2026-01-28T06:32:47.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"13922013813039","imei1":"13922013813039","imei2":"113922013813039","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169208,"job_number":"JOB_169208","tr_customer_id":169225,"tr_customer_product_id":169215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:29.000Z","modified_at":"2026-01-28T06:32:29.000Z","name":"Francisca Koss","mobile_number":"960-772-7490","email_id":"Pascale_Dare@hotmail.com","dop":"2025-04-06","serial_number":"19460717513058788","imei1":"19460717513058788","imei2":"19460717513058788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169206,"job_number":"JOB_169206","tr_customer_id":169223,"tr_customer_product_id":169213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:32:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18407983804959","imei1":"18407983804959","imei2":"18407983804959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169205,"job_number":"JOB_169205","tr_customer_id":169222,"tr_customer_product_id":169212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:39.000Z","modified_at":"2026-01-28T06:31:39.000Z","name":"Florian Price","mobile_number":"527-734-2111","email_id":"Jace81@gmail.com","dop":"2025-04-06","serial_number":"17669740795492760","imei1":"17669740795492760","imei2":"17669740795492760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169203,"job_number":"JOB_169203","tr_customer_id":169220,"tr_customer_product_id":169210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:37.000Z","modified_at":"2026-01-28T06:31:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10228797419517","imei1":"10228797419517","imei2":"10228797419517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169200,"job_number":"JOB_169200","tr_customer_id":169217,"tr_customer_product_id":169207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:33.000Z","modified_at":"2026-01-28T06:30:33.000Z","name":"Alexandro Johns","mobile_number":"696-947-6217","email_id":"Zaria.Ernser62@hotmail.com","dop":"2025-04-06","serial_number":"11079069994950864","imei1":"11079069994950864","imei2":"11079069994950864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169198,"job_number":"JOB_169198","tr_customer_id":169215,"tr_customer_product_id":169205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:30:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15043955760525","imei1":"15043955760525","imei2":"15043955760525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169197,"job_number":"JOB_169197","tr_customer_id":169214,"tr_customer_product_id":169204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:46.000Z","modified_at":"2026-01-28T06:29:46.000Z","name":"Brady Schoen","mobile_number":"274-843-2795","email_id":"Abigail_Bernier28@gmail.com","dop":"2025-04-06","serial_number":"14989330073636862","imei1":"14989330073636862","imei2":"14989330073636862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169195,"job_number":"JOB_169195","tr_customer_id":169212,"tr_customer_product_id":169202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:44.000Z","modified_at":"2026-01-28T06:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16553944845785","imei1":"16553944845785","imei2":"16553944845785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169194,"job_number":"JOB_169194","tr_customer_id":169211,"tr_customer_product_id":169201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:59.000Z","modified_at":"2026-01-28T06:28:59.000Z","name":"Bailey Daniel","mobile_number":"477-853-5464","email_id":"Verlie27@hotmail.com","dop":"2025-04-06","serial_number":"17657423005537158","imei1":"17657423005537158","imei2":"17657423005537158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169192,"job_number":"JOB_169192","tr_customer_id":169209,"tr_customer_product_id":169199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:57.000Z","modified_at":"2026-01-28T06:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15808986607982","imei1":"15808986607982","imei2":"15808986607982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169191,"job_number":"JOB_169191","tr_customer_id":169208,"tr_customer_product_id":169198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:43.000Z","modified_at":"2026-01-28T06:27:44.000Z","name":"Kelton Walsh","mobile_number":"207-923-2879","email_id":"Eric.Lowe46@hotmail.com","dop":"2025-04-06","serial_number":"12481712563588796","imei1":"12481712563588796","imei2":"12481712563588796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169189,"job_number":"JOB_169189","tr_customer_id":169206,"tr_customer_product_id":169196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:27:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10433006531532","imei1":"10433006531532","imei2":"10433006531532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169188,"job_number":"JOB_169188","tr_customer_id":169205,"tr_customer_product_id":169195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:58.000Z","modified_at":"2026-01-28T06:26:58.000Z","name":"Leopoldo Durgan","mobile_number":"350-528-1125","email_id":"Cheyenne38@yahoo.com","dop":"2025-04-06","serial_number":"10996447026499912","imei1":"10996447026499912","imei2":"10996447026499912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169186,"job_number":"JOB_169186","tr_customer_id":169203,"tr_customer_product_id":169193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:26:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15137142511097","imei1":"15137142511097","imei2":"15137142511097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169185,"job_number":"JOB_169185","tr_customer_id":169202,"tr_customer_product_id":169192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:13.000Z","modified_at":"2026-01-28T06:26:13.000Z","name":"Ara Kovacek","mobile_number":"679-876-1671","email_id":"Gunnar.Stehr71@gmail.com","dop":"2025-04-06","serial_number":"11959492322976712","imei1":"11959492322976712","imei2":"11959492322976712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169183,"job_number":"JOB_169183","tr_customer_id":169200,"tr_customer_product_id":169190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:11.000Z","modified_at":"2026-01-28T06:26:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11278814933865","imei1":"11278814933865","imei2":"11278814933865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169182,"job_number":"JOB_169182","tr_customer_id":169199,"tr_customer_product_id":169189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:46.000Z","modified_at":"2026-01-28T06:25:46.000Z","name":"Giovanni Hoeger","mobile_number":"532-453-4026","email_id":"Vada_Wintheiser@gmail.com","dop":"2025-06-18","serial_number":"1059007100615670","imei1":"1059007100615670","imei2":"1059007100615670","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169180,"job_number":"JOB_169180","tr_customer_id":169197,"tr_customer_product_id":169187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:25:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10332480484942","imei1":"10332480484942","imei2":"10332480484942","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169179,"job_number":"JOB_169179","tr_customer_id":169196,"tr_customer_product_id":169186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:01.000Z","name":"Drew Schulist","mobile_number":"232-719-8460","email_id":"Van.Casper@yahoo.com","dop":"2025-06-18","serial_number":"1084903949503371","imei1":"1084903949503371","imei2":"1084903949503371","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169177,"job_number":"JOB_169177","tr_customer_id":169194,"tr_customer_product_id":169184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:00.000Z","modified_at":"2026-01-28T06:25:00.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10504627160839","imei1":"10504627160839","imei2":"10504627160839","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169176,"job_number":"JOB_169176","tr_customer_id":169193,"tr_customer_product_id":169183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:27.000Z","modified_at":"2026-01-28T06:24:27.000Z","name":"Cynthia Dicki","mobile_number":"894-499-1172","email_id":"Callie_Ziemann71@hotmail.com","dop":"2025-04-06","serial_number":"19964569460169710","imei1":"19964569460169710","imei2":"19964569460169710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169171,"job_number":"JOB_169171","tr_customer_id":169188,"tr_customer_product_id":169178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:39.000Z","modified_at":"2026-01-28T06:21:39.000Z","name":"Gage Hermann","mobile_number":"216-548-8904","email_id":"Judah.Watsica@gmail.com","dop":"2025-06-09","serial_number":"106459090478550","imei1":"106459090478550","imei2":"106459090478550","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169169,"job_number":"JOB_169169","tr_customer_id":169186,"tr_customer_product_id":169176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104689807809607","imei1":"104689807809607","imei2":"104689807809607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169168,"job_number":"JOB_169168","tr_customer_id":169185,"tr_customer_product_id":169175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:22.000Z","modified_at":"2026-01-28T06:21:22.000Z","name":"Carrie Marvin","mobile_number":"780-684-1630","email_id":"Jana_Robel@gmail.com","dop":"2025-06-09","serial_number":"107125317133748","imei1":"107125317133748","imei2":"107125317133748","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169166,"job_number":"JOB_169166","tr_customer_id":169183,"tr_customer_product_id":169173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100426711367510","imei1":"100426711367510","imei2":"100426711367510","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169165,"job_number":"JOB_169165","tr_customer_id":169182,"tr_customer_product_id":169172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:04.000Z","name":"Mae Schimmel","mobile_number":"939-420-9734","email_id":"Jed63@yahoo.com","dop":"2025-06-09","serial_number":"105619355445421","imei1":"105619355445421","imei2":"105619355445421","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169163,"job_number":"JOB_169163","tr_customer_id":169180,"tr_customer_product_id":169170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:03.000Z","modified_at":"2026-01-28T06:21:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109612435485278","imei1":"109612435485278","imei2":"109612435485278","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 58f23f98-04a1-4c82-b72b-6768e0121ae2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-0NpfiWYyFZP4FVphLK5RDcxdQ1E"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjZ9.FLy-C5Smv8Xm5TGNHtw_3KuB7JE363ZFOxyg0y19W5U"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjZ9.FLy-C5Smv8Xm5TGNHtw_3KuB7JE363ZFOxyg0y19W5U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a4ed6276-c7bd-4190-abbb-0ce0d0eeb5ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjZ9.FLy-C5Smv8Xm5TGNHtw_3KuB7JE363ZFOxyg0y19W5U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 86acf340-6935-4a90-b778-d0b07e5de6d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-fbbucp7kVQcc7X+hJZZROUkiYHY"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":160}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjZ9.FLy-C5Smv8Xm5TGNHtw_3KuB7JE363ZFOxyg0y19W5U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 324d129e-29d9-46d9-ab0f-8d5dbeb910d8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-k2xEBD8SBeVPPGum0PjVnHZUeHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169348,"job_number":"JOB_169348","tr_customer_id":169365,"tr_customer_product_id":169355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:27:01.000Z","modified_at":"2026-01-28T07:27:05.000Z","name":"Fannie Kuhlman","mobile_number":"284-683-1696","email_id":"Katarina1@hotmail.com","dop":"2025-11-04","serial_number":"21299431766187","imei1":"21299431766187","imei2":"21299431766187","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T07:27:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjZ9.FLy-C5Smv8Xm5TGNHtw_3KuB7JE363ZFOxyg0y19W5U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8933d319-1024-45c7-bfd5-6a034af9e538
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 484ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjZ9.FLy-C5Smv8Xm5TGNHtw_3KuB7JE363ZFOxyg0y19W5U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e42c6a1-7d52-4e54-9b5d-f222f18ed4e5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4aa-UT37HS4Btd0lCN7xUrvtwWJ9NQQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:27:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169348,"job_number":"JOB_169348","tr_customer_id":169365,"tr_customer_product_id":169355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:27:01.000Z","modified_at":"2026-01-28T07:27:05.000Z","name":"Fannie Kuhlman","mobile_number":"284-683-1696","email_id":"Katarina1@hotmail.com","dop":"2025-11-04","serial_number":"21299431766187","imei1":"21299431766187","imei2":"21299431766187","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T07:27:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":169348,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-28T07:27:01.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjZ9.FLy-C5Smv8Xm5TGNHtw_3KuB7JE363ZFOxyg0y19W5U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 40fe855c-5b6a-4748-9636-14ddb74ffc53
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:27:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMjZ9.FLy-C5Smv8Xm5TGNHtw_3KuB7JE363ZFOxyg0y19W5U
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e37a289d-40d0-47e2-b3b3-9b3064119cca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":169348,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 68325049-7164-44cc-8c1a-45fe8c240b8c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-0pLV812hyfq/MwTIqAKXwW9w4Z0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIyOH0._24YYd1XEFI3W_OIQ3iWRdI6IK92f-5sp_NK8opVvj0"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIyOH0._24YYd1XEFI3W_OIQ3iWRdI6IK92f-5sp_NK8opVvj0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ea60495-1208-4d25-ae3e-8d27b5fae40f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIyOH0._24YYd1XEFI3W_OIQ3iWRdI6IK92f-5sp_NK8opVvj0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ccbfb33a-7803-4450-a3ea-bb1f54525628
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-oOID2oeNzBzT3xiTRm4WeJv8Smk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":160},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIyOH0._24YYd1XEFI3W_OIQ3iWRdI6IK92f-5sp_NK8opVvj0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8cc4dc49-c5f6-4ee6-b398-5a138d967217
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 301ms
Mean size per request: 154.54KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIyOH0._24YYd1XEFI3W_OIQ3iWRdI6IK92f-5sp_NK8opVvj0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ee4e401-c552-4eb9-ad89-71e393eeb569
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"26a2c-yfhfk81XMRVDFzpjfWr1uuxyVIg"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 07:27:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169333,"job_number":"JOB_169333","tr_customer_id":169350,"tr_customer_product_id":169340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:22.000Z","modified_at":"2026-01-28T07:20:30.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16550353033710","imei1":"16550353033710","imei2":"16550353033710","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169332,"job_number":"JOB_169332","tr_customer_id":169349,"tr_customer_product_id":169339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:20:11.000Z","modified_at":"2026-01-28T07:20:18.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"12953321675937","imei1":"12953321675937","imei2":"12953321675937","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169331,"job_number":"JOB_169331","tr_customer_id":169348,"tr_customer_product_id":169338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:11.000Z","modified_at":"2026-01-28T07:17:18.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15042754541625","imei1":"15042754541625","imei2":"15042754541625","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169330,"job_number":"JOB_169330","tr_customer_id":169347,"tr_customer_product_id":169337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:17:02.000Z","modified_at":"2026-01-28T07:17:09.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatin123@gmail.com","dop":"2026-01-23","serial_number":"10603145484641","imei1":"10603145484641","imei2":"10603145484641","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169317,"job_number":"JOB_169317","tr_customer_id":169334,"tr_customer_product_id":169324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:51.000Z","modified_at":"2026-01-28T07:05:28.000Z","name":"Narciso Cassin","mobile_number":"924-657-5140","email_id":"Oma.Haag@hotmail.com","dop":"2025-04-06","serial_number":"14351024844647","imei1":"14351024844647","imei2":"14351024844647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:05:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169315,"job_number":"JOB_169315","tr_customer_id":169332,"tr_customer_product_id":169322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:04:08.000Z","modified_at":"2026-01-28T07:04:45.000Z","name":"Katarina Hegmann","mobile_number":"750-968-3211","email_id":"Ed_Weber42@hotmail.com","dop":"2025-04-06","serial_number":"17441403306730","imei1":"17441403306730","imei2":"17441403306730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169313,"job_number":"JOB_169313","tr_customer_id":169330,"tr_customer_product_id":169320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:03:24.000Z","modified_at":"2026-01-28T07:04:01.000Z","name":"Jazmyne Herzog","mobile_number":"704-921-0767","email_id":"Madelyn.Kemmer@yahoo.com","dop":"2025-04-06","serial_number":"19474781603369","imei1":"19474781603369","imei2":"19474781603369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:04:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169298,"job_number":"JOB_169298","tr_customer_id":169315,"tr_customer_product_id":169305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:35.000Z","modified_at":"2026-01-28T06:52:14.000Z","name":"Margret Raynor","mobile_number":"778-751-6143","email_id":"Alexandrine_Kozey16@hotmail.com","dop":"2026-01-04","serial_number":"19680175662439","imei1":"19680175662439","imei2":"19680175662439","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169295,"job_number":"JOB_169295","tr_customer_id":169312,"tr_customer_product_id":169302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:51:18.000Z","modified_at":"2026-01-28T06:52:02.000Z","name":"Makenna Lind","mobile_number":"626-541-5557","email_id":"Cordelia.Langworth29@yahoo.com","dop":"2025-04-06","serial_number":"17859336830099","imei1":"17859336830099","imei2":"17859336830099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169292,"job_number":"JOB_169292","tr_customer_id":169309,"tr_customer_product_id":169299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:49.000Z","modified_at":"2026-01-28T06:51:27.000Z","name":"Garnet Huel","mobile_number":"344-909-3921","email_id":"Eloisa.Considine@gmail.com","dop":"2026-01-04","serial_number":"10805605591895","imei1":"10805605591895","imei2":"10805605591895","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169289,"job_number":"JOB_169289","tr_customer_id":169306,"tr_customer_product_id":169296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:25.000Z","modified_at":"2026-01-28T06:51:10.000Z","name":"Bradly Hilll","mobile_number":"242-938-7074","email_id":"Hillard_Schiller@hotmail.com","dop":"2025-04-06","serial_number":"16836325023930","imei1":"16836325023930","imei2":"16836325023930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169286,"job_number":"JOB_169286","tr_customer_id":169303,"tr_customer_product_id":169293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:50:02.000Z","modified_at":"2026-01-28T06:50:41.000Z","name":"Jonatan Bartoletti","mobile_number":"293-358-2562","email_id":"Aisha.Lind@hotmail.com","dop":"2026-01-04","serial_number":"15057345729769","imei1":"15057345729769","imei2":"15057345729769","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169283,"job_number":"JOB_169283","tr_customer_id":169300,"tr_customer_product_id":169290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:38.000Z","modified_at":"2026-01-28T06:50:19.000Z","name":"Tyshawn Hauck","mobile_number":"949-831-1616","email_id":"Daisy69@hotmail.com","dop":"2025-04-06","serial_number":"19105547039204","imei1":"19105547039204","imei2":"19105547039204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169281,"job_number":"JOB_169281","tr_customer_id":169298,"tr_customer_product_id":169288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:49:32.000Z","modified_at":"2026-01-28T06:50:17.000Z","name":"Dale Grant","mobile_number":"400-750-3554","email_id":"Glen49@gmail.com","dop":"2025-04-06","serial_number":"10699011076598","imei1":"10699011076598","imei2":"10699011076598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169278,"job_number":"JOB_169278","tr_customer_id":169295,"tr_customer_product_id":169285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:22.000Z","modified_at":"2026-01-28T06:46:00.000Z","name":"Russel Purdy","mobile_number":"830-591-8160","email_id":"Maybelle.Rath@yahoo.com","dop":"2025-04-06","serial_number":"14807027129681","imei1":"14807027129681","imei2":"14807027129681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169275,"job_number":"JOB_169275","tr_customer_id":169292,"tr_customer_product_id":169282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:45:06.000Z","modified_at":"2026-01-28T06:45:48.000Z","name":"Joe White","mobile_number":"699-481-1057","email_id":"Cory_Schroeder@yahoo.com","dop":"2025-04-06","serial_number":"10743613750651","imei1":"10743613750651","imei2":"10743613750651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169273,"job_number":"JOB_169273","tr_customer_id":169290,"tr_customer_product_id":169280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:36.000Z","modified_at":"2026-01-28T06:45:14.000Z","name":"Alvina Brekke","mobile_number":"433-201-3322","email_id":"Arvid_Brakus28@yahoo.com","dop":"2025-04-06","serial_number":"12541156129369","imei1":"12541156129369","imei2":"12541156129369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169270,"job_number":"JOB_169270","tr_customer_id":169287,"tr_customer_product_id":169277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:17.000Z","modified_at":"2026-01-28T06:44:58.000Z","name":"Frederik Terry","mobile_number":"661-243-3671","email_id":"Chanelle.Kub@yahoo.com","dop":"2025-04-06","serial_number":"16954217805864","imei1":"16954217805864","imei2":"16954217805864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169267,"job_number":"JOB_169267","tr_customer_id":169284,"tr_customer_product_id":169274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:44:07.000Z","modified_at":"2026-01-28T06:44:46.000Z","name":"Kaela Kemmer","mobile_number":"853-807-8369","email_id":"Karlee55@yahoo.com","dop":"2025-04-06","serial_number":"16667985947952","imei1":"16667985947952","imei2":"16667985947952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169265,"job_number":"JOB_169265","tr_customer_id":169282,"tr_customer_product_id":169272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:49.000Z","modified_at":"2026-01-28T06:44:28.000Z","name":"Jaunita Hand","mobile_number":"927-882-6380","email_id":"Sabryna32@hotmail.com","dop":"2025-04-06","serial_number":"17377863721875","imei1":"17377863721875","imei2":"17377863721875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169262,"job_number":"JOB_169262","tr_customer_id":169279,"tr_customer_product_id":169269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:43:28.000Z","modified_at":"2026-01-28T06:44:09.000Z","name":"Eloise Feest","mobile_number":"571-887-1962","email_id":"Giovanni_Durgan@yahoo.com","dop":"2025-04-06","serial_number":"13656250871489","imei1":"13656250871489","imei2":"13656250871489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169259,"job_number":"JOB_169259","tr_customer_id":169276,"tr_customer_product_id":169266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:42:39.000Z","modified_at":"2026-01-28T06:43:20.000Z","name":"Jayson Ratke","mobile_number":"308-499-7254","email_id":"Willa.Sauer71@gmail.com","dop":"2025-04-06","serial_number":"14058442192049","imei1":"14058442192049","imei2":"14058442192049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169255,"job_number":"JOB_169255","tr_customer_id":169272,"tr_customer_product_id":169262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:39:14.000Z","modified_at":"2026-01-28T06:39:51.000Z","name":"Jalon Bernhard","mobile_number":"693-846-7951","email_id":"Leonel.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11662691923311","imei1":"11662691923311","imei2":"11662691923311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169249,"job_number":"JOB_169249","tr_customer_id":169266,"tr_customer_product_id":169256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:29.000Z","modified_at":"2026-01-28T06:39:07.000Z","name":"Royal Schaden","mobile_number":"537-883-4915","email_id":"Estell_Thiel0@gmail.com","dop":"2025-04-06","serial_number":"18415658957695","imei1":"18415658957695","imei2":"18415658957695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169246,"job_number":"JOB_169246","tr_customer_id":169263,"tr_customer_product_id":169253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:08.000Z","modified_at":"2026-01-28T06:38:51.000Z","name":"Izabella Howell","mobile_number":"380-464-2272","email_id":"Elmer64@gmail.com","dop":"2025-04-06","serial_number":"11102391139852","imei1":"11102391139852","imei2":"11102391139852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169240,"job_number":"JOB_169240","tr_customer_id":169257,"tr_customer_product_id":169247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:44.000Z","modified_at":"2026-01-28T06:38:22.000Z","name":"Dorothy Cummings","mobile_number":"473-756-4384","email_id":"Esteban_Maggio15@gmail.com","dop":"2025-04-06","serial_number":"15355263127433","imei1":"15355263127433","imei2":"15355263127433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169234,"job_number":"JOB_169234","tr_customer_id":169251,"tr_customer_product_id":169241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:15.000Z","modified_at":"2026-01-28T06:37:59.000Z","name":"Brayan Walter","mobile_number":"836-222-1098","email_id":"Jo.Zboncak70@gmail.com","dop":"2025-04-06","serial_number":"16597203714015","imei1":"16597203714015","imei2":"16597203714015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169228,"job_number":"JOB_169228","tr_customer_id":169245,"tr_customer_product_id":169235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:22.000Z","modified_at":"2026-01-28T06:37:06.000Z","name":"Janie Zulauf","mobile_number":"654-792-5257","email_id":"Ambrose.Mayert29@gmail.com","dop":"2025-04-06","serial_number":"15906470816623","imei1":"15906470816623","imei2":"15906470816623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169225,"job_number":"JOB_169225","tr_customer_id":169242,"tr_customer_product_id":169232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:35:28.000Z","modified_at":"2026-01-28T06:36:13.000Z","name":"Savanah Grimes","mobile_number":"993-362-9103","email_id":"Marquise78@yahoo.com","dop":"2025-04-06","serial_number":"13865939218237","imei1":"13865939218237","imei2":"13865939218237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169222,"job_number":"JOB_169222","tr_customer_id":169239,"tr_customer_product_id":169229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:43.000Z","modified_at":"2026-01-28T06:33:54.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18419229565157","imei2":"18419229565157","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169220,"job_number":"JOB_169220","tr_customer_id":169237,"tr_customer_product_id":169227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:27.000Z","modified_at":"2026-01-28T06:33:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12224682500799","imei2":"12224682500799","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169217,"job_number":"JOB_169217","tr_customer_id":169234,"tr_customer_product_id":169224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:16.000Z","modified_at":"2026-01-28T06:33:57.000Z","name":"Dennis Johns","mobile_number":"226-359-2929","email_id":"Maya_Welch28@gmail.com","dop":"2025-04-06","serial_number":"15977779757863","imei1":"15977779757863","imei2":"15977779757863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169215,"job_number":"JOB_169215","tr_customer_id":169232,"tr_customer_product_id":169222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:33:11.000Z","modified_at":"2026-01-28T06:33:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12955026135685","imei2":"12955026135685","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169207,"job_number":"JOB_169207","tr_customer_id":169224,"tr_customer_product_id":169214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:32:27.000Z","modified_at":"2026-01-28T06:33:08.000Z","name":"Mona Cummerata","mobile_number":"843-283-6268","email_id":"Jessy_Raynor@gmail.com","dop":"2025-04-06","serial_number":"14171398576695","imei1":"14171398576695","imei2":"14171398576695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169204,"job_number":"JOB_169204","tr_customer_id":169221,"tr_customer_product_id":169211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:38.000Z","modified_at":"2026-01-28T06:32:19.000Z","name":"Dedric Schmitt","mobile_number":"717-828-4996","email_id":"Davion64@gmail.com","dop":"2025-04-06","serial_number":"11713863756779","imei1":"11713863756779","imei2":"11713863756779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169199,"job_number":"JOB_169199","tr_customer_id":169216,"tr_customer_product_id":169206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:30:31.000Z","modified_at":"2026-01-28T06:31:10.000Z","name":"Kattie Wisoky","mobile_number":"643-295-9007","email_id":"Lisandro.Haley@yahoo.com","dop":"2025-04-06","serial_number":"10336602370137","imei1":"10336602370137","imei2":"10336602370137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169196,"job_number":"JOB_169196","tr_customer_id":169213,"tr_customer_product_id":169203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:29:45.000Z","modified_at":"2026-01-28T06:30:24.000Z","name":"Nora Hagenes","mobile_number":"847-687-5459","email_id":"Jade_Bartell54@gmail.com","dop":"2025-04-06","serial_number":"17659693658884","imei1":"17659693658884","imei2":"17659693658884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169193,"job_number":"JOB_169193","tr_customer_id":169210,"tr_customer_product_id":169200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:28:58.000Z","modified_at":"2026-01-28T06:29:37.000Z","name":"Jeromy Labadie","mobile_number":"559-404-1063","email_id":"Stefan98@gmail.com","dop":"2025-04-06","serial_number":"17397530002086","imei1":"17397530002086","imei2":"17397530002086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169190,"job_number":"JOB_169190","tr_customer_id":169207,"tr_customer_product_id":169197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:27:42.000Z","modified_at":"2026-01-28T06:28:20.000Z","name":"Murl Beahan","mobile_number":"751-224-0236","email_id":"Constantin_Rutherford22@hotmail.com","dop":"2025-04-06","serial_number":"15802524508377","imei1":"15802524508377","imei2":"15802524508377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169187,"job_number":"JOB_169187","tr_customer_id":169204,"tr_customer_product_id":169194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:57.000Z","modified_at":"2026-01-28T06:27:35.000Z","name":"Gardner Barrows","mobile_number":"293-504-1685","email_id":"Elinore_Parisian82@hotmail.com","dop":"2025-04-06","serial_number":"11781249597900","imei1":"11781249597900","imei2":"11781249597900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169184,"job_number":"JOB_169184","tr_customer_id":169201,"tr_customer_product_id":169191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:26:12.000Z","modified_at":"2026-01-28T06:26:50.000Z","name":"Desiree Considine","mobile_number":"579-302-9391","email_id":"Margarita.Zieme@gmail.com","dop":"2025-04-06","serial_number":"18384493859560","imei1":"18384493859560","imei2":"18384493859560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169181,"job_number":"JOB_169181","tr_customer_id":169198,"tr_customer_product_id":169188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:45.000Z","modified_at":"2026-01-28T06:26:23.000Z","name":"Kasandra Nikolaus","mobile_number":"312-500-0548","email_id":"Sibyl.Johnston90@hotmail.com","dop":"2025-06-18","serial_number":"10004980498737","imei1":"10004980498737","imei2":"10004980498737","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169178,"job_number":"JOB_169178","tr_customer_id":169195,"tr_customer_product_id":169185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:25:01.000Z","modified_at":"2026-01-28T06:25:38.000Z","name":"Aletha Hettinger","mobile_number":"492-780-3270","email_id":"Julius50@yahoo.com","dop":"2025-06-18","serial_number":"10525680322229","imei1":"10525680322229","imei2":"10525680322229","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169175,"job_number":"JOB_169175","tr_customer_id":169192,"tr_customer_product_id":169182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:24:26.000Z","modified_at":"2026-01-28T06:25:08.000Z","name":"Edd Wilderman","mobile_number":"654-846-6247","email_id":"Mozelle.Wunsch22@yahoo.com","dop":"2025-04-06","serial_number":"10795503859378","imei1":"10795503859378","imei2":"10795503859378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:25:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168762,"job_number":"JOB_168762","tr_customer_id":168779,"tr_customer_product_id":168769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T20:49:14.000Z","modified_at":"2026-01-28T01:51:41.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-22","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-22T20:49:13.783638617Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169252,"job_number":"JOB_169252","tr_customer_id":169269,"tr_customer_product_id":169259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:46.000Z","modified_at":"2026-01-28T06:39:23.000Z","name":"Antonina Grimes","mobile_number":"977-552-6987","email_id":"Federico.Littel@yahoo.com","dop":"2000-01-31","serial_number":"10008151462927","imei1":"10008151462927","imei2":"10008151462927","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169243,"job_number":"JOB_169243","tr_customer_id":169260,"tr_customer_product_id":169250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:38:01.000Z","modified_at":"2026-01-28T06:38:38.000Z","name":"Shanie Jaskolski","mobile_number":"755-277-4589","email_id":"Demetris_Quitzon@hotmail.com","dop":"2000-01-31","serial_number":"10950019646059","imei1":"10950019646059","imei2":"10950019646059","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:38:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169236,"job_number":"JOB_169236","tr_customer_id":169253,"tr_customer_product_id":169243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:37:16.000Z","modified_at":"2026-01-28T06:37:54.000Z","name":"Adriel Donnelly","mobile_number":"496-421-2617","email_id":"Nash99@hotmail.com","dop":"2000-01-31","serial_number":"10914266289360","imei1":"10914266289360","imei2":"10914266289360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169231,"job_number":"JOB_169231","tr_customer_id":169248,"tr_customer_product_id":169238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:36:31.000Z","modified_at":"2026-01-28T06:37:09.000Z","name":"Hanna Jerde","mobile_number":"360-607-5078","email_id":"Alf.Schmeler@gmail.com","dop":"2000-01-31","serial_number":"10183355301933","imei1":"10183355301933","imei2":"10183355301933","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169347,"job_number":"JOB_169347","tr_customer_id":169364,"tr_customer_product_id":169354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:45.000Z","modified_at":"2026-01-28T07:26:57.000Z","name":"Weldon Kuhic","mobile_number":"787-898-4469","email_id":"Ruby_Murphy@gmail.com","dop":"2025-11-04","serial_number":"48020965634130","imei1":"48020965634130","imei2":"48020965634130","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169346,"job_number":"JOB_169346","tr_customer_id":169363,"tr_customer_product_id":169353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:26:29.000Z","modified_at":"2026-01-28T07:26:41.000Z","name":"Malcolm Borer","mobile_number":"379-781-0454","email_id":"Stephon20@yahoo.com","dop":"2025-11-04","serial_number":"39900387719048","imei1":"39900387719048","imei2":"39900387719048","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T07:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169202,"job_number":"JOB_169202","tr_customer_id":169219,"tr_customer_product_id":169209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:31.000Z","modified_at":"2026-01-28T06:32:01.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73187115335706","imei1":"73187115335706","imei2":"73187115335706","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169201,"job_number":"JOB_169201","tr_customer_id":169218,"tr_customer_product_id":169208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:31:13.000Z","modified_at":"2026-01-28T06:31:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"38646369655633","imei1":"38646369655633","imei2":"38646369655633","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169174,"job_number":"JOB_169174","tr_customer_id":169191,"tr_customer_product_id":169181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:37.000Z","modified_at":"2026-01-28T06:23:48.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"65069982436230","imei1":"65069982436230","imei2":"65069982436230","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169173,"job_number":"JOB_169173","tr_customer_id":169190,"tr_customer_product_id":169180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:21.000Z","modified_at":"2026-01-28T06:23:32.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"73029545589683","imei1":"73029545589683","imei2":"73029545589683","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169172,"job_number":"JOB_169172","tr_customer_id":169189,"tr_customer_product_id":169179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:23:06.000Z","modified_at":"2026-01-28T06:23:17.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"77448656493015","imei1":"77448656493015","imei2":"77448656493015","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169170,"job_number":"JOB_169170","tr_customer_id":169187,"tr_customer_product_id":169177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:38.000Z","modified_at":"2026-01-28T06:21:50.000Z","name":"Carlie Larkin","mobile_number":"976-832-0879","email_id":"Izabella15@hotmail.com","dop":"2025-06-09","serial_number":"107657885724789","imei1":"107657885724789","imei2":"107657885724789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169167,"job_number":"JOB_169167","tr_customer_id":169184,"tr_customer_product_id":169174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:21.000Z","modified_at":"2026-01-28T06:21:33.000Z","name":"Aida Kozey","mobile_number":"559-670-0339","email_id":"David.McClure@hotmail.com","dop":"2025-06-09","serial_number":"105493494436147","imei1":"105493494436147","imei2":"105493494436147","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169164,"job_number":"JOB_169164","tr_customer_id":169181,"tr_customer_product_id":169171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:21:04.000Z","modified_at":"2026-01-28T06:21:16.000Z","name":"Mustafa Schamberger","mobile_number":"878-596-8649","email_id":"Ines.Nitzsche@hotmail.com","dop":"2025-06-09","serial_number":"108373983044564","imei1":"108373983044564","imei2":"108373983044564","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169162,"job_number":"JOB_169162","tr_customer_id":169179,"tr_customer_product_id":169169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:19:15.000Z","modified_at":"2026-01-28T06:19:40.000Z","name":"Brennon Roberts","mobile_number":"888-596-1113","email_id":"Cierra80@yahoo.com","dop":"2025-10-01","serial_number":"16651025538656","imei1":"16651025538656","imei2":"16651025538656","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:05.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:48.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 630ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIyOH0._24YYd1XEFI3W_OIQ3iWRdI6IK92f-5sp_NK8opVvj0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f21745e0-5989-4146-8da1-ad883fb7be4e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-8sknVl4Esw7JmlBjGlzW0b2JHc0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169348,"job_number":"JOB_169348","tr_customer_id":169365,"tr_customer_product_id":169355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:27:01.000Z","modified_at":"2026-01-28T07:27:08.000Z","name":"Fannie Kuhlman","mobile_number":"284-683-1696","email_id":"Katarina1@hotmail.com","dop":"2025-11-04","serial_number":"21299431766187","imei1":"21299431766187","imei2":"21299431766187","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-28T07:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIyOH0._24YYd1XEFI3W_OIQ3iWRdI6IK92f-5sp_NK8opVvj0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c898f60f-ebd8-4a1e-adae-416926cc7ff1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169348
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 655ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4NTIyOH0._24YYd1XEFI3W_OIQ3iWRdI6IK92f-5sp_NK8opVvj0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b903c95-719d-4664-942c-8158507a91b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1336e553-fff6-4a6c-a6d1-8c7d4b55a33a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-Zw8sqUNtEWnZgTrbDRQnUXcOjTo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMzF9.RTzvLCOg19aSaemD0UrB5YOFHLb-RpFOCYU70Q-FoAA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0251f60a-2cf2-4ea1-8e13-49820a09f41a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0a1019f8-314d-4d7b-bc8a-b8805cc212c2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-OKSBS29A8fo2EEyzkVgGwb1IccM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":558},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 72d410d6-861d-43f7-adbf-448a1b87b0e6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-6AeR4nvr16ervPaQwCghCQe5Rls"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169348,"job_number":"JOB_169348","tr_customer_id":169365,"tr_customer_product_id":169355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:27:01.000Z","modified_at":"2026-01-28T07:27:10.000Z","name":"Fannie Kuhlman","mobile_number":"284-683-1696","email_id":"Katarina1@hotmail.com","dop":"2025-11-04","serial_number":"21299431766187","imei1":"21299431766187","imei2":"21299431766187","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T07:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83273666-494a-42e9-ad25-1d64984b7df7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-6AeR4nvr16ervPaQwCghCQe5Rls"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169348,"job_number":"JOB_169348","tr_customer_id":169365,"tr_customer_product_id":169355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T07:27:01.000Z","modified_at":"2026-01-28T07:27:10.000Z","name":"Fannie Kuhlman","mobile_number":"284-683-1696","email_id":"Katarina1@hotmail.com","dop":"2025-11-04","serial_number":"21299431766187","imei1":"21299431766187","imei2":"21299431766187","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T07:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f82ebba1-dbdf-4086-ba72-b11c15431f4e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169348
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e769665d-0a92-4aeb-b07c-4cfd7a4da441
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169348
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODUyMTd9.MP_-tzFWpOzPZhqVeqj0mU_oDd5lmfeGbC6WzA1CiTM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ecc3c8fa-1a4f-4fe5-9e69-75cf907f28dd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 07:27:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request